~canonical-sysadmins/wordpress/5.0

« back to all changes in this revision

Viewing changes to wp-admin/about.php

  • Committer: Barry Price
  • Date: 2018-07-06 10:06:19 UTC
  • mfrom: (1.2.6 upstream)
  • Revision ID: barry.price@canonical.com-20180706100619-g8mbdb7wvr0aamb5
Merge WP4.9.7 from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
                        <p>
36
36
                                <?php
37
37
                                printf(
 
38
                                /* translators: 1: WordPress version number, 2: plural number of bugs. */
 
39
                                        _n(
 
40
                                                '<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bug.',
 
41
                                                '<strong>Version %1$s</strong> addressed some security issues and fixed %2$s bugs.',
 
42
                                                17
 
43
                                        ),
 
44
                                        '4.9.7',
 
45
                                        number_format_i18n( 17 )
 
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.7' );
 
51
                                ?>
 
52
                        </p>
 
53
                        <p>
 
54
                                <?php
 
55
                                printf(
38
56
                                        /* translators: 1: WordPress version number, 2: plural number of bugs. */
39
57
                                        _n(
40
58
                                                '<strong>Version %1$s</strong> addressed %2$s bug.',