From 28b34b3811efcb8a7e9505ce9ff0ce288a75511b Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 8 Mar 2014 01:25:28 +0000 Subject: [PATCH] Fix docblock formatting in [27462]. see #23057. git-svn-id: https://develop.svn.wordpress.org/trunk@27463 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/user.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-admin/includes/user.php b/src/wp-admin/includes/user.php index 36e605ea02..5f9553b6fc 100644 --- a/src/wp-admin/includes/user.php +++ b/src/wp-admin/includes/user.php @@ -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 );