Changeset 32428
- Timestamp:
- 05/06/2015 11:03:02 PM (11 years ago)
- File:
-
- 1 edited
-
branches/4.1/src/wp-admin/about.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.1/src/wp-admin/about.php
r32425 r32428 47 47 '<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bugs.', 3 ), '4.1.5', number_format_i18n( 3 ) ); ?> 48 48 <?php printf( __( 'For more information, see <a href="%s">the release notes</a>.' ), 'https://codex.wordpress.org/Version_4.1.5' ); ?> 49 </p> 49 50 <p><?php printf( _n( '<strong>Version %1$s</strong> addressed a security issue.', 50 51 '<strong>Version %1$s</strong> addressed some security issues.', 1 ), '4.1.4' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.