Make WordPress Core


Ignore:
Timestamp:
12/13/2018 02:10:39 AM (8 years ago)
Author:
jeremyfelt
Message:

Bump 5.0 branch to version 5.0.1.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/5.0/src/wp-admin/about.php

    r43969 r44077  
    6060                        <a href="freedoms.php?privacy-notice" class="nav-tab"><?php _e( 'Privacy' ); ?></a>
    6161                </h2>
     62
     63                <div class="changelog point-releases">
     64                        <h3><?php _e( 'Maintenance and Security Releases' ); ?></h3>
     65                        <p>
     66                                <?php
     67                                /* translators: %s: WordPress version number */
     68                                printf( __( '<strong>Version %s</strong> addressed some security issues.' ), '5.0.1' );
     69                                ?>
     70                                <?php
     71                                /* translators: %s: Codex URL */
     72                                printf( __( 'For more information, see <a href="%s">the release notes</a>.' ), 'https://codex.wordpress.org/Version_5.0.1' );
     73                                ?>
     74                        </p>
     75                </div>
    6276
    6377                <div class="feature-section one-col">
Note: See TracChangeset for help on using the changeset viewer.