Remove update_user_cache(). Long dead.

git-svn-id: https://develop.svn.wordpress.org/trunk@10395 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2009-01-21 19:21:51 +00:00
parent 7c9f38cf57
commit 17eacc240c

View File

@ -139,21 +139,6 @@ function get_userdata( $user_id ) {
}
endif;
if ( !function_exists('update_user_cache') ) :
/**
* Updates a users cache when overridden by a plugin.
*
* Core function does nothing.
*
* @since 1.5
*
* @return bool Only returns true
*/
function update_user_cache() {
return true;
}
endif;
if ( !function_exists('get_userdatabylogin') ) :
/**
* Retrieve user info by login name.