Make WordPress Core

Changeset 4953 for trunk/wp-login.php


Ignore:
Timestamp:
02/27/2007 03:24:54 PM (18 years ago)
Author:
markjaquith
Message:

trailing tabs and whitespace cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-login.php

    r4902 r4953  
    9797
    9898        do_action('lostpassword_post');
    99        
     99
    100100        if ( empty( $errors ) ) {
    101101            $user_data = get_userdatabylogin(trim($_POST['user_login']));
     
    329329        }
    330330    }
    331    
     331
    332332    if ( $_POST && empty( $user_login ) )
    333333        $errors['user_login'] = __('<strong>ERROR</strong>: The username field is empty.');
Note: See TracChangeset for help on using the changeset viewer.