Make WordPress Core


Ignore:
Timestamp:
09/21/2019 03:53:02 PM (5 years ago)
Author:
ocean90
Message:

I18N: Remove HTML tags from translatable string in wp-login.php.

See #46349.

File:
1 edited

Legend:

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

    r46204 r46229  
    661661                printf(
    662662                    /* translators: %s: Admin email address. */
    663                     __( 'Current administration email: <strong>%s</strong>' ),
    664                     esc_html( $admin_email )
     663                    __( 'Current administration email: %s' ),
     664                    '<strong>' . esc_html( $admin_email ) . '</strong>'
    665665                );
    666666
Note: See TracChangeset for help on using the changeset viewer.