Make WordPress Core

Ticket #45884: 45884.diff

File 45884.diff, 888 bytes (added by desrosj, 7 years ago)
  • src/wp-admin/about.php

     
    6969                                        _n(
    7070                                                '<strong>Version %1$s</strong> addressed %2$s bug.',
    7171                                                '<strong>Version %1$s</strong> addressed %2$s bugs.',
     72                                                44
     73                                        ),
     74                                        '5.0.3',
     75                                        number_format_i18n( 44 )
     76                                );
     77                                ?>
     78                                <?php
     79                                /* translators: %s: Codex URL */
     80                                printf( __( 'For more information, see <a href="%s">the release notes</a>.' ), 'https://codex.wordpress.org/Version_5.0.3' );
     81                                ?>
     82                        </p>
     83                        <p>
     84                                <?php
     85                                printf(
     86                                /* translators: 1: WordPress version number, 2: plural number of bugs. */
     87                                        _n(
     88                                                '<strong>Version %1$s</strong> addressed %2$s bug.',
     89                                                '<strong>Version %1$s</strong> addressed %2$s bugs.',
    7290                                                73
    7391                                        ),
    7492                                        '5.0.2',