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 );