Typo fix.

git-svn-id: http://svn.automattic.com/wordpress/trunk@3816 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2006-05-31 06:27:10 +00:00
parent 05cc3b7bb5
commit 49dc7146e4
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;