Changeset 10023
- Timestamp:
- 12/03/2008 07:04:07 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-login.php
r9804 r10023 463 463 ?> 464 464 465 <?php if ( !isset($_GET['checkemail']) || !in_array( $_GET['checkemail'], array('confirm', 'newpass') ) ) : ?> 465 466 <form name="loginform" id="loginform" action="<?php echo site_url('wp-login.php', 'login_post') ?>" method="post"> 466 <?php if ( !isset($_GET['checkemail']) || !in_array( $_GET['checkemail'], array('confirm', 'newpass') ) ) : ?>467 467 <p> 468 468 <label><?php _e('Username') ?><br /> … … 480 480 <input type="hidden" name="testcookie" value="1" /> 481 481 </p> 482 <?php else : ?> 483 <p> </p> 482 </form> 484 483 <?php endif; ?> 485 </form>486 484 487 485 <p id="nav">
Note: See TracChangeset
for help on using the changeset viewer.