From aace7c2c8d902773f144b0cebdc7a3fda92c8ada Mon Sep 17 00:00:00 2001 From: Dion Hulse Date: Mon, 10 Aug 2015 10:50:26 +0000 Subject: [PATCH] Function documentation: Fix a broken docbock introduced with [32642]. See #32444. Built from https://develop.svn.wordpress.org/trunk@33601 git-svn-id: http://core.svn.wordpress.org/trunk@33568 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/user.php | 2 -- wp-includes/version.php | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/wp-admin/includes/user.php b/wp-admin/includes/user.php index e675bd78e6..3348e43559 100644 --- a/wp-admin/includes/user.php +++ b/wp-admin/includes/user.php @@ -388,8 +388,6 @@ function wp_revoke_user($id) { /** * @since 2.8.0 - */ -/** * * @global int $user_ID * diff --git a/wp-includes/version.php b/wp-includes/version.php index dcf6aa1663..e754e3269f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.3-RC2-33600'; +$wp_version = '4.3-RC2-33601'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.