Make WordPress Core

Changeset 957 for trunk/wp-login.php


Ignore:
Timestamp:
03/01/2004 07:55:45 PM (21 years ago)
Author:
saxmatt
Message:

Migration to get_settings and away from globals.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-login.php

    r956 r957  
    224224        <a href='wp-login.php' title='Check your email first, of course'>Click here to login!</a></p>";
    225225        // send a copy of password change notification to the admin
    226         mail($admin_email, '[' . get_settings('blogname') . "] Password Lost/Change", "Password Lost and Changed for user: $user_login");
     226        mail(get_settings('admin_email'), '[' . get_settings('blogname') . "] Password Lost/Change", "Password Lost and Changed for user: $user_login");
    227227        die();
    228228    }
Note: See TracChangeset for help on using the changeset viewer.