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:
parent
e9e88d0b4b
commit
aace7c2c8d
|
@ -388,8 +388,6 @@ function wp_revoke_user($id) {
|
|||
|
||||
/**
|
||||
* @since 2.8.0
|
||||
*/
|
||||
/**
|
||||
*
|
||||
* @global int $user_ID
|
||||
*
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue