Make WordPress Core

Changeset 38319


Ignore:
Timestamp:
08/22/2016 10:14:03 PM (8 years ago)
Author:
wonderboymusic
Message:

Users: after [38317], use a @property annotation, instead of a public field.

See #37771.

File:
1 edited

Legend:

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

    r38317 r38319  
    2828 * @property string $user_activation_key
    2929 * @property string $user_status
     30 * @property int    $user_level
    3031 * @property string $display_name
    3132 * @property string $spam
     
    8586     */
    8687    public $allcaps = array();
    87 
    88     /**
    89      * @since 2.0.0
    90      * @access public
    91      * @var int
    92      */
    93     public $user_level = 0;
    9488
    9589    /**
Note: See TracChangeset for help on using the changeset viewer.