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/register-profile.php

    r4952 r6493  
    3535        printf(
    3636            /* translators: %s Email address */
    37             __( 'Please check your email %s for a confirmation link to set your password.', 'wporg-login' ),
     37            __( 'Please check your email %s for a confirmation link to set your password.', 'wporg' ),
    3838            '<code>' . esc_html( wp_get_current_user()->user_email ) . '</code>'
    3939        );
     
    4242
    4343<p class="intro">
    44 <?php _e( 'Complete your WordPress.org Profile information.', 'wporg-login' ); ?>
     44<?php _e( 'Complete your WordPress.org Profile information.', 'wporg' ); ?>
    4545</p>
    4646
     
    5050
    5151    <p class="login-submit">
    52         <input type="submit" name="wp-submit" id="wp-submit" class="button button-primary" value="<?php esc_attr_e( 'Save Profile Information', 'wporg-login' ); ?>" />
     52        <input type="submit" name="wp-submit" id="wp-submit" class="button button-primary" value="<?php esc_attr_e( 'Save Profile Information', 'wporg' ); ?>" />
    5353    </p>
    5454
     
    5656
    5757<p id="nav">
    58     <a href="https://wordpress.org/"><?php _e( 'WordPress.org', 'wporg-login' ); ?></a>
     58    <a href="https://wordpress.org/"><?php _e( 'WordPress.org', 'wporg' ); ?></a>
    5959</p>
    6060
Note: See TracChangeset for help on using the changeset viewer.