Changeset 51751 for branches/5.6/src/wp-admin/about.php
- Timestamp:
- 09/08/2021 09:11:10 PM (5 years ago)
- Location:
- branches/5.6
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-admin/about.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/5.6
- Property svn:mergeinfo changed
/trunk merged: 50940-50941,50984-50985,51426
- Property svn:mergeinfo changed
-
branches/5.6/src/wp-admin/about.php
r50870 r51751 74 74 <div class="about__section changelog"> 75 75 <div class="column has-border has-subtle-background-color"> 76 <h2 class="is-smaller-heading"><?php _e( 'Maintenance and Security Releases' ); ?></h2> 76 <h2 class="is-smaller-heading"><?php _e( 'Maintenance and Security Releases' ); ?></h2> 77 <p> 78 <?php 79 printf( 80 /* translators: %s: WordPress version number */ 81 __( '<strong>Version %s</strong> addressed some security issues.' ), 82 '5.6.5' 83 ); 84 ?> 85 <?php 86 printf( 87 /* translators: %s: HelpHub URL */ 88 __( 'For more information, see <a href="%s">the release notes</a>.' ), 89 sprintf( 90 /* translators: %s: WordPress version */ 91 esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ), 92 sanitize_title( '5.6.5' ) 93 ) 94 ); 95 ?> 96 </p> 77 97 <p> 78 98 <?php
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)