Make WordPress Core

Changeset 34379


Ignore:
Timestamp:
09/22/2015 04:55:50 AM (9 years ago)
Author:
wonderboymusic
Message:

Users: clarify the docs for WP_User::__set to make it clear that it does save data in the database.

Props johnpbloch.
Fixes #24255.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-user.php

    r34224 r34379  
    306306     * Magic method for setting custom user fields.
    307307     *
     308     * This method does not update custom fields in the database. It only stores
     309     * the value on the WP_User instance.
     310     *
    308311     * @since 3.3.0
    309312     * @access public
Note: See TracChangeset for help on using the changeset viewer.