Typo fix.

git-svn-id: https://develop.svn.wordpress.org/trunk@3816 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2006-05-31 06:27:10 +00:00
parent 7a7ee3d93c
commit bdfd1b33b2
1 changed files with 1 additions and 1 deletions

View File

@ -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;