Make WordPress Core


Ignore:
Timestamp:
01/06/2017 01:43:44 PM (7 years ago)
Author:
SergeyBiryukov
Message:

Docs: Correct @access entry for WP_User::filter property.

Add missing @since entries for WP_User::back_compat_keys and WP_User::init().

Props keesiemeijer, prosti.
Fixes #39502, #39278.

File:
1 edited

Legend:

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

    r38768 r39735  
    9292     *
    9393     * @since 2.9.0
    94      * @access private
     94     * @access public
    9595     * @var string
    9696     */
    97     var $filter = null;
     97    public $filter = null;
    9898
    9999    /**
    100100     * @static
     101     * @since 3.3.0
    101102     * @access private
    102103     * @var array
     
    159160    /**
    160161     * Sets up object properties, including capabilities.
     162     *
     163     * @since  3.3.0
    161164     *
    162165     * @param object $data    User DB row object.
Note: See TracChangeset for help on using the changeset viewer.