Changeset 10433
- Timestamp:
- 11/06/2020 04:43:14 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-download-beta-nightly.php
r9347 r10433 60 60 </p> 61 61 62 <p> 63 <?php 64 printf( 65 /* translators: %s Link to https://wordpress.org/download/releases/#betas */ 66 __( 'You can find the latest beta releases on the <a href="%s">Beta Releases</a> page.', 'wporg' ), 67 'https://wordpress.org/download/releases/#betas' 68 ); 69 ?> 70 </p> 71 62 72 <h3><?php esc_html_e( 'Nightly Builds', 'wporg' ); ?></h3> 63 73 <p><?php esc_html_e( 'Development of WordPress moves fairly quickly and day-to-day things break as often as they are fixed. This high churn is part of our development process that aims to produce the most stable releases possible.', 'wporg' ); ?></p> … … 72 82 ?> 73 83 </p> 84 85 <p> 86 <?php 87 printf( 88 /* translators: %s Link to the latest nightly release ZIP. */ 89 __( 'You can download the latest nightly release here: <a href="%s">wordpress-latest.zip</a>.', 'wporg' ), 90 'https://wordpress.org/nightly-builds/wordpress-latest.zip' 91 ); 92 ?> 93 </p> 94 74 95 </section> 75 96 </div><!-- .entry-content -->
Note: See TracChangeset
for help on using the changeset viewer.