Make WordPress Core

Changeset 10023


Ignore:
Timestamp:
12/03/2008 07:04:07 PM (16 years ago)
Author:
ryan
Message:

Don't show form when confirming password resets.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-login.php

    r9804 r10023  
    463463?>
    464464
     465<?php if ( !isset($_GET['checkemail']) || !in_array( $_GET['checkemail'], array('confirm', 'newpass') ) ) : ?>
    465466<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') ) ) : ?>
    467467    <p>
    468468        <label><?php _e('Username') ?><br />
     
    480480        <input type="hidden" name="testcookie" value="1" />
    481481    </p>
    482 <?php else : ?>
    483     <p>&nbsp;</p>
     482</form>
    484483<?php endif; ?>
    485 </form>
    486484
    487485<p id="nav">
Note: See TracChangeset for help on using the changeset viewer.