Make WordPress Core

Ticket #51637: 51637.diff

File 51637.diff, 478 bytes (added by audrasjb, 6 years ago)

Users: Improve the description of the wp_pre_insert_user_data filter.

  • src/wp-includes/user.php

    diff --git a/src/wp-includes/user.php b/src/wp-includes/user.php
    index 2c3996fce0..0c207116e4 100644
    a b function wp_insert_user( $userdata ) {  
    19791979        /**
    19801980         * Filters user data before the record is created or updated.
    19811981         *
    1982          * It only includes data in the wp_users table wp_user, not any user metadata.
     1982         * It only includes data in the users table, not any user metadata.
    19831983         *
    19841984         * @since 4.9.0
    19851985         *