~canonical-sysadmins/wordpress/4.2.2

« back to all changes in this revision

Viewing changes to wp-admin/about.php

  • Committer: Haw Loeung (hloeung)
  • Date: 2015-05-08 02:12:58 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: haw.loeung@canonical.com-20150508021258-d0zgf68ks1s3uexw
Merge WP4.2.2 from upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
</h2>
42
42
 
43
43
<div class="changelog point-releases">
44
 
        <h3><?php echo _n( 'Security Release', 'Security Releases', 1 ); ?></h3>
 
44
        <h3><?php echo _n( 'Maintenance and Security Release', 'Maintenance and Security Releases', 2 ); ?></h3>
 
45
        <p><?php printf( _n( '<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bug.',
 
46
         '<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bugs.', 13 ), '4.2.2', number_format_i18n( 13 ) ); ?>
 
47
                <?php printf( __( 'For more information, see <a href="%s">the release notes</a>.' ), 'http://codex.wordpress.org/Version_4.2.2' ); ?>
 
48
        </p>
45
49
        <p><?php printf( _n( '<strong>Version %1$s</strong> addressed a security issue.',
46
50
         '<strong>Version %1$s</strong> addressed some security issues.', 1 ), '4.2.1' ); ?>
47
51
                <?php printf( __( 'For more information, see <a href="%s">the release notes</a>.' ), 'http://codex.wordpress.org/Version_4.2.1' ); ?>