~canonical-sysadmins/wordpress/4.9.8

« back to all changes in this revision

Viewing changes to wp-admin/about.php

  • Committer: axino
  • Date: 2018-01-25 07:47:10 UTC
  • Revision ID: axino@canonical.com-20180125074710-0m0j5dc8ldu3ou9t
update to wordpress 4.9.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
                                        _n(
40
40
                                                '<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bug.',
41
41
                                                '<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bugs.',
 
42
                                                22
 
43
                                        ),
 
44
                                        '4.9.2',
 
45
                                        number_format_i18n( 22 )
 
46
                                );
 
47
                                ?>
 
48
                                <?php
 
49
                                /* translators: %s: Codex URL */
 
50
                                printf( __( 'For more information, see <a href="%s">the release notes</a>.' ), 'https://codex.wordpress.org/Version_4.9.2' );
 
51
                                ?>
 
52
                        </p>
 
53
                        <p>
 
54
                                <?php
 
55
                                printf(
 
56
                                        /* translators: 1: WordPress version number, 2: plural number of bugs. */
 
57
                                        _n(
 
58
                                                '<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bug.',
 
59
                                                '<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bugs.',
42
60
                                                11
43
61
                                        ),
44
62
                                        '4.9.1',