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
This commit is contained in:
Sergey Biryukov 2020-10-26 22:51:51 +00:00
parent 430320e905
commit f108962185
1 changed files with 1 additions and 1 deletions

View File

@ -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
*