From 0a0589414ef09114753dd164bec8a7a84bed418e Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 8 Mar 2014 01:26:13 +0000 Subject: [PATCH] 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 --- wp-admin/includes/user.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/includes/user.php b/wp-admin/includes/user.php index 36e605ea02..5f9553b6fc 100644 --- a/wp-admin/includes/user.php +++ b/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 );