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

    r4953 r6493  
    1919?>
    2020<p class="login-website">
    21     <label for="user_website"><?php _e( 'Website', 'wporg-login' ); ?></label>
     21    <label for="user_website"><?php _e( 'Website', 'wporg' ); ?></label>
    2222    <input type="text" name="user_fields[url]" id="user_url" class="input" value="<?php echo esc_attr( $fields['url'] ); ?>" size="20" placeholder="https://" />
    2323</p>
    2424
    2525<p class="login-location">
    26     <label for="user_location"><?php _e( 'Location', 'wporg-login' ); ?></label>
     26    <label for="user_location"><?php _e( 'Location', 'wporg' ); ?></label>
    2727    <input type="text" name="user_fields[from]" id="user_location" class="input" value="<?php echo esc_attr( $fields['from'] ); ?>" size="20" />
    2828</p>
    2929
    3030<p class="login-occupation">
    31     <label for="user_occupation"><?php _e( 'Occupation', 'wporg-login' ); ?></label>
     31    <label for="user_occupation"><?php _e( 'Occupation', 'wporg' ); ?></label>
    3232    <input type="text" name="user_fields[occ]" id="user_occupation" class="input" value="<?php echo esc_attr( $fields['occ'] ); ?>" size="20" />
    3333</p>
    3434
    3535<p class="login-interests">
    36     <label for="user_interests"><?php _e( 'Interests', 'wporg-login' ); ?></label>
     36    <label for="user_interests"><?php _e( 'Interests', 'wporg' ); ?></label>
    3737    <input type="text" name="user_fields[interests]" id="user_interests" class="input" value="<?php echo esc_attr( $fields['interests'] ); ?>" size="20" />
    3838</p>
Note: See TracChangeset for help on using the changeset viewer.