Changeset 44078 for branches/4.9/src/wp-admin/about.php
- Timestamp:
- 12/13/2018 02:10:55 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9/src/wp-admin/about.php
r43622 r44078 34 34 <div class="changelog point-releases"> 35 35 <h3><?php _e( 'Maintenance and Security Releases' ); ?></h3> 36 <p> 37 <?php 38 /* translators: %s: WordPress version number */ 39 printf( __( '<strong>Version %s</strong> addressed some security issues.' ), '4.9.9' ); 40 ?> 41 <?php 42 /* translators: %s: Codex URL */ 43 printf( __( 'For more information, see <a href="%s">the release notes</a>.' ), 'https://codex.wordpress.org/Version_4.9.9' ); 44 ?> 45 </p> 36 46 <p> 37 47 <?php
Note: See TracChangeset
for help on using the changeset viewer.