Make WordPress Core


Ignore:
Timestamp:
04/04/2021 06:28:59 PM (4 years ago)
Author:
SergeyBiryukov
Message:

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

Follow-up to [46273], [50060], [50117].

See #52627.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-login.php

    r50611 r50654  
    288288                '<a href="%s">%s</a>',
    289289                esc_url( home_url( '/' ) ),
    290                 /* translators: %s: Site title. */
    291290                sprintf(
     291                    /* translators: %s: Site title. */
    292292                    _x( '&larr; Go to %s', 'site' ),
    293293                    get_bloginfo( 'title', 'display' )
Note: See TracChangeset for help on using the changeset viewer.