From 49dc7146e44853399b242457b9a32a3beb911be3 Mon Sep 17 00:00:00 2001 From: ryan Date: Wed, 31 May 2006 06:27:10 +0000 Subject: [PATCH] Typo fix. git-svn-id: http://svn.automattic.com/wordpress/trunk@3816 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/pluggable-functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/pluggable-functions.php b/wp-includes/pluggable-functions.php index d8498f8d6c..b6dde6c1e7 100644 --- a/wp-includes/pluggable-functions.php +++ b/wp-includes/pluggable-functions.php @@ -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;