From f10896218558e3c3ebe33564d45b893fa26009cd Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 26 Oct 2020 22:51:51 +0000 Subject: [PATCH] Docs: Correct description for `wp_pre_insert_user_data` filter. Props audrasjb. Fixes #51637. git-svn-id: https://develop.svn.wordpress.org/trunk@49314 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/user.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/user.php b/src/wp-includes/user.php index 2c3996fce0..0c207116e4 100644 --- a/src/wp-includes/user.php +++ b/src/wp-includes/user.php @@ -1979,7 +1979,7 @@ function wp_insert_user( $userdata ) { /** * Filters user data before the record is created or updated. * - * It only includes data in the wp_users table wp_user, not any user metadata. + * It only includes data in the users table, not any user metadata. * * @since 4.9.0 *