Making WordPress.org


Ignore:
Timestamp:
01/31/2018 11:21:10 PM (7 years ago)
Author:
obenland
Message:

Login: Use wporg textdomain for translations.

H/t ocean90.
See [6490], https://i18n.trac.wordpress.org/changeset/135039/.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/checkemail.php

    r4470 r6493  
    99?>
    1010
    11 <p class="center singleline"><?php _e( 'Check your email for a confirmation link.', 'wporg-login' ); ?></p>
     11<p class="center singleline"><?php _e( 'Check your email for a confirmation link.', 'wporg' ); ?></p>
    1212
    1313<p id="nav">
    14     <a href="/"><?php _e( '&larr; Back to login', 'wporg-login' ); ?></a>
     14    <a href="/"><?php _e( '&larr; Back to login', 'wporg' ); ?></a>
    1515</p>
    1616
Note: See TracChangeset for help on using the changeset viewer.