Remove update_user_cache(). Long dead.

git-svn-id: http://svn.automattic.com/wordpress/trunk@10395 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2009-01-21 19:21:51 +00:00
parent 7c6f70ba9c
commit 1761cba906
1 changed files with 0 additions and 15 deletions

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.