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
This commit is contained in:
Dion Hulse 2015-08-10 10:50:26 +00:00
parent e9e88d0b4b
commit aace7c2c8d
2 changed files with 1 additions and 3 deletions

View File

@ -388,8 +388,6 @@ function wp_revoke_user($id) {
/**
* @since 2.8.0
*/
/**
*
* @global int $user_ID
*

View File

@ -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.