diff --git a/wp-includes/pluggable.php b/wp-includes/pluggable.php index d5d03546ee..5227262378 100644 --- a/wp-includes/pluggable.php +++ b/wp-includes/pluggable.php @@ -62,7 +62,7 @@ if ( !function_exists('wp_get_current_user') ) : * * @global WP_User $current_user Checks if the current user is set. * - * @return bool Current WP_User instance. + * @return WP_User Current WP_User instance. */ function wp_get_current_user() { global $current_user; diff --git a/wp-includes/version.php b/wp-includes/version.php index 69f8bbda3e..66916ca703 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-alpha-36313'; +$wp_version = '4.5-alpha-36314'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.