Changeset 52115 for branches/5.6/src/wp-admin/about.php
- Timestamp:
- 11/10/2021 05:05:17 PM (5 years ago)
- File:
-
- 1 edited
-
branches/5.6/src/wp-admin/about.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/5.6/src/wp-admin/about.php
r51751 r52115 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 one security issue.' ), 82 '5.6.6' 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.6' ) 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)