Changeset 6493 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/register-confirm.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/register-confirm.php
r6395 r6493 66 66 67 67 <p class="intro"> 68 <?php _e( 'Set your password and complete your WordPress.org Profile information.', 'wporg -login' ); ?>68 <?php _e( 'Set your password and complete your WordPress.org Profile information.', 'wporg' ); ?> 69 69 </p> 70 70 … … 73 73 <div class="user-pass1-wrap"> 74 74 <p> 75 <label for="pass1"><?php _e( 'Password', 'wporg -login' ); ?></label>75 <label for="pass1"><?php _e( 'Password', 'wporg' ); ?></label> 76 76 </p> 77 77 … … 80 80 <input type="password" data-reveal="1" data-pw="<?php echo esc_attr( wp_generate_password( 16 ) ); ?>" name="user_pass" id="pass1" class="input" size="20" value="" autocomplete="off" aria-describedby="pass-strength-result" /> 81 81 </span> 82 <div id="pass-strength-result" class="hide-if-no-js" aria-live="polite"><?php _e( 'Strength indicator', 'wporg -login' ); ?></div>82 <div id="pass-strength-result" class="hide-if-no-js" aria-live="polite"><?php _e( 'Strength indicator', 'wporg' ); ?></div> 83 83 </div> 84 84 </div> 85 85 86 <!-- <p class="description indicator-hint"><?php _e( 'Hint: The password should be at least twelve characters long. To make it stronger, use upper and lower case letters, numbers, and symbols like ! " ? $ % ^ & ).', 'wporg -login' ); ?></p> -->86 <!-- <p class="description indicator-hint"><?php _e( 'Hint: The password should be at least twelve characters long. To make it stronger, use upper and lower case letters, numbers, and symbols like ! " ? $ % ^ & ).', 'wporg' ); ?></p> --> 87 87 88 88 <?php include __DIR__ . '/partials/register-profilefields.php'; ?> 89 89 90 90 <p class="login-submit"> 91 <input type="submit" name="wp-submit" id="wp-submit" class="button button-primary" value="<?php esc_attr_e( 'Create Account', 'wporg -login' ); ?>" />91 <input type="submit" name="wp-submit" id="wp-submit" class="button button-primary" value="<?php esc_attr_e( 'Create Account', 'wporg' ); ?>" /> 92 92 </p> 93 93 … … 95 95 96 96 <p id="nav"> 97 <a href="https://wordpress.org/"><?php _e( 'WordPress.org', 'wporg -login' ); ?></a>97 <a href="https://wordpress.org/"><?php _e( 'WordPress.org', 'wporg' ); ?></a> 98 98 </p> 99 99
Note: See TracChangeset
for help on using the changeset viewer.