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:
parent
7c6f70ba9c
commit
1761cba906
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue