mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-21 23:11:53 +01:00
Typo fix.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3816 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
05cc3b7bb5
commit
49dc7146e4
@ -26,7 +26,7 @@ function wp_set_current_user($id, $name = '') {
|
||||
}
|
||||
endif;
|
||||
|
||||
if ( !function_exists('current_user') ) :
|
||||
if ( !function_exists('wp_get_current_user') ) :
|
||||
function wp_get_current_user() {
|
||||
global $current_user;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user