Make WordPress Core

Changeset 31474


Ignore:
Timestamp:
02/18/2015 08:24:31 PM (10 years ago)
Author:
ocean90
Message:

About: Add changelog for 4.1.1.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/4.1/src/wp-admin/about.php

    r30973 r31474  
    4141    </a>
    4242</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' );
    4353
    4454<div class="changelog headline-feature">
Note: See TracChangeset for help on using the changeset viewer.