Make WordPress Core

Ticket #47558: 47558.2.diff

File 47558.2.diff, 1.0 KB (added by audrasjb, 6 years ago)
  • src/wp-admin/about.php

    diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php
    index 0e72f55..46e9fd9 100644
    a b include( ABSPATH . 'wp-admin/admin-header.php' ); 
    5757                                        _n(
    5858                                                '<strong>Version %1$s</strong> addressed %2$s bug.',
    5959                                                '<strong>Version %1$s</strong> addressed %2$s bugs.',
     60                                                13
     61                                        ),
     62                                        '5.2.2',
     63                                        number_format_i18n( 13 )
     64                                );
     65                                ?>
     66                                <?php
     67                                printf(
     68                                        /* translators: %s: HelpHub URL */
     69                                        __( 'For more information, see <a href="%s">the release notes</a>.' ),
     70                                        sprintf(
     71                                                /* translators: %s: WordPress version */
     72                                                esc_url( __( 'https://wordpress.org/support/wordpress-version/version-%s/' ) ),
     73                                                sanitize_title( '5.2.2' )
     74                                        )
     75                                );
     76                                ?>
     77                        </p>
     78                        <p>
     79                                <?php
     80                                printf(
     81                                        /* translators: 1: WordPress version number, 2: plural number of bugs. */
     82                                        _n(
     83                                                '<strong>Version %1$s</strong> addressed %2$s bug.',
     84                                                '<strong>Version %1$s</strong> addressed %2$s bugs.',
    6085                                                33
    6186                                        ),
    6287                                        '5.2.1',