Make WordPress Core


Ignore:
Timestamp:
09/01/2015 09:46:02 PM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Add missing parameter documentation to the the DocBlock for WP_User::__set().

Props racase for the initial patch.
Fixes #33652.

File:
1 edited

Legend:

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

    r33752 r33847  
    295295
    296296    /**
    297      * Magic method for setting custom fields
     297     * Magic method for setting custom user fields.
    298298     *
    299299     * @since 3.3.0
     300     * @access public
     301     *
     302     * @param string $key   User meta key.
     303     * @param mixed  $value User meta value.
    300304     */
    301305    public function __set( $key, $value ) {
Note: See TracChangeset for help on using the changeset viewer.