Changeset 58518 for branches/4.9/src/wp-admin/about.php
- Timestamp:
- 06/24/2024 04:29:01 PM (2 years ago)
- File:
-
- 1 edited
-
branches/4.9/src/wp-admin/about.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9/src/wp-admin/about.php
r57423 r58518 34 34 <div class="changelog point-releases"> 35 35 <h3><?php _e( 'Maintenance and Security Releases' ); ?></h3> 36 <p> 37 <?php 38 printf( 39 /* translators: %s: WordPress version number */ 40 __( '<strong>Version %s</strong> addressed one security issue.' ), 41 '4.9.26' 42 ); 43 ?> 44 <?php 45 printf( 46 /* translators: %s: HelpHub URL */ 47 __( 'For more information, see <a href="%s">the release notes</a>.' ), 48 sprintf( 49 /* translators: %s: WordPress version */ 50 esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ), 51 sanitize_title( '4.9.26' ) 52 ) 53 ); 54 ?> 55 </p> 36 56 <p> 37 57 <?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)