Make WordPress Core

Changeset 54844


Ignore:
Timestamp:
11/15/2022 06:48:29 PM (2 years ago)
Author:
desrosj
Message:

Help/About: Use the correct comment for translators.

Follow up to [54843].

Unprops desrosj.
Props SergeyBiryukov.
See #57119.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/6.1/src/wp-admin/about.php

    r54843 r54844  
    4949                    <?php
    5050                    printf(
    51                         /* translators: 1: WordPress version number, 2: Plural number of bugs. Singular security issue. */
     51                        /* translators: 1: WordPress version number, 2: Plural number of bugs. */
    5252                        _n(
    5353                            '<strong>Version %1$s</strong> addressed %2$s bug.',
Note: See TracChangeset for help on using the changeset viewer.