Making WordPress.org

Changeset 10433


Ignore:
Timestamp:
11/06/2020 04:43:14 AM (6 years ago)
Author:
dd32
Message:

WordPress.org: Beta/Nightly page: Add a link to the Beta Releases and the latest nightly ZIP.

Fixes #5285.

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  
    6060                                        </p>
    6161
     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
    6272                                        <h3><?php esc_html_e( 'Nightly Builds', 'wporg' ); ?></h3>
    6373                                        <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>
     
    7282                                                ?>
    7383                                        </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
    7495                                </section>
    7596                        </div><!-- .entry-content -->
Note: See TracChangeset for help on using the changeset viewer.