Make WordPress Core


Ignore:
Timestamp:
06/27/2012 07:29:16 PM (14 years ago)
Author:
nacin
Message:

Add a check that previously fell through to the next branch in map_meta_cap(). for 3.4.

File:
1 edited

Legend:

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

    r20977 r21153  
    3333        </a>
    3434</h2>
     35
     36<div class="changelog point-releases">
     37        <h3><?php echo _n( 'Maintenance and Security Release', 'Maintenance and Security Releases', 1 ); ?></h3>
     38        <p><?php printf( _n( '<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bug.',
     39         '<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bugs.', 21 ), '3.4.1', number_format_i18n( 21 ) ); ?>
     40                <?php printf( __( 'For more information, see <a href="%s">the release notes</a>.' ), 'http://codex.wordpress.org/Version_3.4.1' ); ?>
     41        </p>
     42</div>
    3543
    3644<div class="changelog">
Note: See TracChangeset for help on using the changeset viewer.