Fix docblock formatting in [27462]. see #23057.
Built from https://develop.svn.wordpress.org/trunk@27463 git-svn-id: http://core.svn.wordpress.org/trunk@27308 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
9c6504120f
commit
0a0589414e
|
@ -282,7 +282,7 @@ function wp_delete_user( $id, $reassign = 'novalue' ) {
|
|||
*
|
||||
* @since 2.0.0
|
||||
*
|
||||
* @param int $id ID of the user to delete.
|
||||
* @param int $id ID of the user to delete.
|
||||
* @param int|string $reassign ID of the user to reassign posts and links to. Default 'novalue'.
|
||||
*/
|
||||
do_action( 'delete_user', $id, $reassign );
|
||||
|
@ -354,7 +354,7 @@ function wp_delete_user( $id, $reassign = 'novalue' ) {
|
|||
*
|
||||
* @since 2.9.0
|
||||
*
|
||||
* @param int $id ID of the deleted user.
|
||||
* @param int $id ID of the deleted user.
|
||||
* @param int|string $reassign ID of the user to reassign posts and links to. Default 'novalue'.
|
||||
*/
|
||||
do_action( 'deleted_user', $id, $reassign );
|
||||
|
|
Loading…
Reference in New Issue