Fix docblock formatting in [27462]. see #23057.
git-svn-id: https://develop.svn.wordpress.org/trunk@27463 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
e925502c25
commit
28b34b3811
@ -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
Block a user