Make WordPress Core


Ignore:
Timestamp:
03/21/2021 01:11:11 PM (5 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/includes/update-core.php

    r50510 r50561  
    979979
    980980    if ( function_exists( 'wp_get_update_php_url' ) ) {
    981         /* translators: %s: URL to Update PHP page. */
    982981        $php_update_message = '</p><p>' . sprintf(
     982            /* translators: %s: URL to Update PHP page. */
    983983            __( '<a href="%s">Learn more about updating PHP</a>.' ),
    984984            esc_url( wp_get_update_php_url() )
Note: See TracChangeset for help on using the changeset viewer.