Changeset 11104 for trunk/wp-login.php
- Timestamp:
- 04/27/2009 11:09:08 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-login.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-login.php
r11022 r11104 311 311 </p> 312 312 <?php do_action('lostpassword_form'); ?> 313 <p class="submit"><input type="submit" name="wp-submit" id="wp-submit" value="<?php _e ('Get New Password'); ?>" tabindex="100" /></p>313 <p class="submit"><input type="submit" name="wp-submit" id="wp-submit" value="<?php _ea('Get New Password'); ?>" tabindex="100" /></p> 314 314 </form> 315 315 … … 383 383 <?php do_action('register_form'); ?> 384 384 <p id="reg_passmail"><?php _e('A password will be e-mailed to you.') ?></p> 385 <p class="submit"><input type="submit" name="wp-submit" id="wp-submit" value="<?php _e ('Register'); ?>" tabindex="100" /></p>385 <p class="submit"><input type="submit" name="wp-submit" id="wp-submit" value="<?php _ea('Register'); ?>" tabindex="100" /></p> 386 386 </form> 387 387 … … 468 468 <p> 469 469 <label><?php _e('Username') ?><br /> 470 <input type="text" name="log" id="user_login" class="input" value="<?php echo $user_login; ?>" size="20" tabindex="10" /></label>470 <input type="text" name="log" id="user_login" class="input" value="<?php echo attr($user_login); ?>" size="20" tabindex="10" /></label> 471 471 </p> 472 472 <p> … … 475 475 </p> 476 476 <?php do_action('login_form'); ?> 477 <p class="forgetmenot"><label><input name="rememberme" type="checkbox" id="rememberme" value="forever" tabindex="90" /> <?php _e ('Remember Me'); ?></label></p>477 <p class="forgetmenot"><label><input name="rememberme" type="checkbox" id="rememberme" value="forever" tabindex="90" /> <?php _ea('Remember Me'); ?></label></p> 478 478 <p class="submit"> 479 <input type="submit" name="wp-submit" id="wp-submit" value="<?php _e ('Log In'); ?>" tabindex="100" />479 <input type="submit" name="wp-submit" id="wp-submit" value="<?php _ea('Log In'); ?>" tabindex="100" /> 480 480 <input type="hidden" name="redirect_to" value="<?php echo attribute_escape($redirect_to); ?>" /> 481 481 <input type="hidden" name="testcookie" value="1" />
Note: See TracChangeset
for help on using the changeset viewer.