Make WordPress Core


Ignore:
Timestamp:
03/21/2021 01:11:11 PM (3 years ago)
Author:
SergeyBiryukov
Message:

Coding Standards: Move some translator comments to the correct place.

Follow-up to [48172].

See #52627.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/install.php

    r50560 r50561  
    240240);
    241241
    242 /* translators: %s: URL to Update PHP page. */
    243242$php_update_message = '</p><p>' . sprintf(
     243    /* translators: %s: URL to Update PHP page. */
    244244    __( '<a href="%s">Learn more about updating PHP</a>.' ),
    245245    esc_url( wp_get_update_php_url() )
Note: See TracChangeset for help on using the changeset viewer.