~canonical-sysadmins/wordpress/4.9.7

« back to all changes in this revision

Viewing changes to wp-admin/about.php

  • Committer: Barry Price
  • Date: 2017-11-02 04:15:21 UTC
  • mto: This revision was merged to the branch mainline in revision 33.
  • Revision ID: barry.price@canonical.com-20171102041521-ndw2qbwzffjd42hv
new upstream release 4.8.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
 
46
46
                <div class="changelog point-releases">
47
47
                        <h3><?php _e( 'Maintenance and Security Releases' ); ?></h3>
 
48
                        <p><?php printf( __( '<strong>Version %s</strong> addressed one security issue.' ), '4.8.3' ); ?>
 
49
                                <?php printf( __( 'For more information, see <a href="%s">the release notes</a>.' ), 'https://codex.wordpress.org/Version_4.8.3' ); ?>
 
50
                        </p>
48
51
                        <p><?php printf( _n( '<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bug.',
49
52
                                        '<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bugs.', 5 ), '4.8.2', number_format_i18n( 5 ) ); ?>
50
53
                                <?php printf( __( 'For more information, see <a href="%s">the release notes</a>.' ), 'https://codex.wordpress.org/Version_4.8.2' ); ?>