Make WordPress Core

Ticket #47312: 47312.diff

File 47312.diff, 578 bytes (added by mukesh27, 6 years ago)

Patch.

  • wp-admin/about.php

    diff --git a/wp-admin/about.php b/wp-admin/about.php
    index 8eab41d8d3..e9488e6ce2 100644
    a b include( ABSPATH . 'wp-admin/admin-header.php' ); 
    5555                                printf(
    5656                                        /* translators: 1: WordPress version number, 2: plural number of bugs. */
    5757                                        _n(
    58                                                 '<strong>Version %1$s</strong> fixed %2$s bug.',
    59                                                 '<strong>Version %1$s</strong> fixed %2$s bugs.',
     58                                                '<strong>Version %1$s</strong> addressed %2$s bug.',
     59                                                '<strong>Version %1$s</strong> addressed %2$s bugs.',
    6060                                                32
    6161                                        ),
    6262                                        '5.2.1',