Changeset 6493 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/partials/register-profilefields.php
- Timestamp:
- 01/31/2018 11:21:10 PM (7 years ago)
- 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 19 19 ?> 20 20 <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> 22 22 <input type="text" name="user_fields[url]" id="user_url" class="input" value="<?php echo esc_attr( $fields['url'] ); ?>" size="20" placeholder="https://" /> 23 23 </p> 24 24 25 25 <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> 27 27 <input type="text" name="user_fields[from]" id="user_location" class="input" value="<?php echo esc_attr( $fields['from'] ); ?>" size="20" /> 28 28 </p> 29 29 30 30 <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> 32 32 <input type="text" name="user_fields[occ]" id="user_occupation" class="input" value="<?php echo esc_attr( $fields['occ'] ); ?>" size="20" /> 33 33 </p> 34 34 35 35 <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> 37 37 <input type="text" name="user_fields[interests]" id="user_interests" class="input" value="<?php echo esc_attr( $fields['interests'] ); ?>" size="20" /> 38 38 </p>
Note: See TracChangeset
for help on using the changeset viewer.