Changeset 31474
- Timestamp:
- 02/18/2015 08:24:31 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.1/src/wp-admin/about.php
r30973 r31474 41 41 </a> 42 42 </h2> 43 44 <div class="changelog point-releases"> 45 <h3><?php echo _n( 'Maintenance Release', 'Maintenance Releases', 1 ); ?></h3> 46 <p><?php printf( _n( '<strong>Version %1$s</strong> addressed %2$s bug.', 47 '<strong>Version %1$s</strong> addressed %2$s bugs.', 21 ), '4.1.1', number_format_i18n( 21 ) ); ?> 48 <?php printf( __( 'For more information, see <a href="%s">the release notes</a>.' ), 'http://codex.wordpress.org/Version_4.1.1' ); ?> 49 </p> 50 </div> 51 52 _n_noop( 'Maintenance Release', 'Maintenance Releases' ); 43 53 44 54 <div class="changelog headline-feature">
Note: See TracChangeset
for help on using the changeset viewer.