Make WordPress Core


Ignore:
Timestamp:
03/21/2021 01:11:11 PM (4 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/upgrade.php

    r48172 r50561  
    8282    );
    8383
    84     /* translators: %s: URL to Update PHP page. */
    8584    $php_update_message = '</p><p>' . sprintf(
     85        /* translators: %s: URL to Update PHP page. */
    8686        __( '<a href="%s">Learn more about updating PHP</a>.' ),
    8787        esc_url( wp_get_update_php_url() )
Note: See TracChangeset for help on using the changeset viewer.