mirror of
git://develop.git.wordpress.org/
synced 2025-01-19 05:38:07 +01:00
Typo fix.
git-svn-id: https://develop.svn.wordpress.org/trunk@3816 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
7a7ee3d93c
commit
bdfd1b33b2
@ -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…
x
Reference in New Issue
Block a user