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.