From bdfd1b33b208b90fc2dbc99fafb659de5effea50 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Wed, 31 May 2006 06:27:10 +0000 Subject: [PATCH] Typo fix. git-svn-id: https://develop.svn.wordpress.org/trunk@3816 602fd350-edb4-49c9-b593-d223f7449a82 --- 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;