summaryrefslogtreecommitdiffstats
path: root/wp-login.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-07-23 13:36:56 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-07-23 13:36:56 +0000
commit9b1a24b1956956c63f2d574cc60089af26c972d3 (patch)
tree21f152569a7a93754cd2fcb5677f24006f6c7904 /wp-login.php
parent9634f0ad7762f14433656119824f090d49a0abef (diff)
downloadwordpress-mu-9b1a24b1956956c63f2d574cc60089af26c972d3.tar.gz
wordpress-mu-9b1a24b1956956c63f2d574cc60089af26c972d3.tar.xz
wordpress-mu-9b1a24b1956956c63f2d574cc60089af26c972d3.zip
id -> ID, fixes #690
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1398 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-login.php')
-rw-r--r--wp-login.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-login.php b/wp-login.php
index e560bca..8116267 100644
--- a/wp-login.php
+++ b/wp-login.php
@@ -129,7 +129,7 @@ function retrieve_password() {
do_action('retreive_password', $user_login); // Misspelled and deprecated
do_action('retrieve_password', $user_login);
- $allow = apply_filters('allow_password_reset', true, $user_data->id);
+ $allow = apply_filters('allow_password_reset', true, $user_data->ID);
if ( ! $allow )
return new WP_Error('no_password_reset', __('Password reset is not allowed for this user'));