Changeset 47706 for trunk/src/wp-admin/about.php
- Timestamp:
- 04/29/2020 06:41:12 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/about.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/about.php
r47699 r47706 40 40 </nav> 41 41 </div> 42 43 <div class="about__section changelog">44 <div class="column">45 <h2><?php _e( 'Maintenance and Security Releases' ); ?></h2>46 <p>47 <?php48 printf(49 /* translators: 1: WordPress version number, 2: plural number of bugs. More than one security issue. */50 _n(51 '<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bug.',52 '<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bugs.',53 1154 ),55 '5.4.1',56 number_format_i18n( 11 )57 );58 ?>59 <?php60 printf(61 /* translators: %s: HelpHub URL */62 __( 'For more information, see <a href="%s">the release notes</a>.' ),63 sprintf(64 /* translators: %s: WordPress version */65 esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ),66 sanitize_title( '5.4.1' )67 )68 );69 ?>70 </p>71 </div>72 </div>73 74 <hr />75 42 76 43 <div class="about__section is-feature has-accent-background-color">
Note: See TracChangeset
for help on using the changeset viewer.