diff --git a/src/wp-includes/class-wp-user.php b/src/wp-includes/class-wp-user.php index 2fa64c25fb..5d57a996ff 100644 --- a/src/wp-includes/class-wp-user.php +++ b/src/wp-includes/class-wp-user.php @@ -305,6 +305,9 @@ class WP_User { /** * Magic method for setting custom user fields. * + * This method does not update custom fields in the database. It only stores + * the value on the WP_User instance. + * * @since 3.3.0 * @access public *