~canonical-sysadmins/wordpress/5.1

« back to all changes in this revision

Viewing changes to wp-admin/about.php

  • Committer: Barry Price
  • Date: 2018-03-12 09:10:47 UTC
  • mfrom: (1.2.3 upstream)
  • Revision ID: barry.price@canonical.com-20180312091047-rhie6qpndx5nwlo1
Merge WP4.9.4 from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
                                printf(
38
38
                                        /* translators: 1: WordPress version number, 2: plural number of bugs. */
39
39
                                        _n(
 
40
                                                '<strong>Version %1$s</strong> addressed %2$s bug.',
 
41
                                                '<strong>Version %1$s</strong> addressed %2$s bugs.',
 
42
                                                1
 
43
                                        ),
 
44
                                        '4.9.4',
 
45
                                        number_format_i18n( 1 )
 
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.4' );
 
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 %2$s bug.',
 
59
                                                '<strong>Version %1$s</strong> addressed %2$s bugs.',
 
60
                                                34
 
61
                                        ),
 
62
                                        '4.9.3',
 
63
                                        number_format_i18n( 34 )
 
64
                                );
 
65
                                ?>
 
66
                                <?php
 
67
                                /* translators: %s: Codex URL */
 
68
                                printf( __( 'For more information, see <a href="%s">the release notes</a>.' ), 'https://codex.wordpress.org/Version_4.9.3' );
 
69
                                ?>
 
70
                        </p>
 
71
                        <p>
 
72
                                <?php
 
73
                                printf(
 
74
                                        /* translators: 1: WordPress version number, 2: plural number of bugs. */
 
75
                                        _n(
 
76
                                                '<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bug.',
 
77
                                                '<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bugs.',
 
78
                                                22
 
79
                                        ),
 
80
                                        '4.9.2',
 
81
                                        number_format_i18n( 22 )
 
82
                                );
 
83
                                ?>
 
84
                                <?php
 
85
                                /* translators: %s: Codex URL */
 
86
                                printf( __( 'For more information, see <a href="%s">the release notes</a>.' ), 'https://codex.wordpress.org/Version_4.9.2' );
 
87
                                ?>
 
88
                        </p>
 
89
                        <p>
 
90
                                <?php
 
91
                                printf(
 
92
                                        /* translators: 1: WordPress version number, 2: plural number of bugs. */
 
93
                                        _n(
40
94
                                                '<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bug.',
41
95
                                                '<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bugs.',
42
96
                                                22