Make WordPress Core

Changeset 13242 for trunk/wp-login.php


Ignore:
Timestamp:
02/20/2010 02:01:46 AM (15 years ago)
Author:
dd32
Message:

Variable Cleanup, Unused variables, Typo'd variables, unused code blocks. Fixes #12299

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-login.php

    r12983 r13242  
    243243
    244244    wp_set_password($new_pass, $user->ID);
    245     update_user_option($user_ID, 'default_password_nag', true, true); //Set up the Password change nag.
     245    update_user_option($user->ID, 'default_password_nag', true, true); //Set up the Password change nag.
    246246    $message  = sprintf(__('Username: %s'), $user->user_login) . "\r\n";
    247247    $message .= sprintf(__('Password: %s'), $new_pass) . "\r\n";
Note: See TracChangeset for help on using the changeset viewer.