Make WordPress Core


Ignore:
Timestamp:
07/23/2020 12:50:57 AM (5 years ago)
Author:
johnbillion
Message:

Docs: Various formatting improvements to inline docblocks.

See #49572

File:
1 edited

Legend:

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

    r47848 r48574  
    5454
    5555    /**
    56      * The individual capabilities the user has been given.
    57      *
    58      * @since 2.0.0
    59      * @var array
     56     * Capabilities that the individual user has been granted outside of those inherited from their role.
     57     *
     58     * @since 2.0.0
     59     * @var bool[] Array of key/value pairs where keys represent a capability name and boolean values
     60     *             represent whether the user has that capability.
    6061     */
    6162    public $caps = array();
     
    7374     *
    7475     * @since 2.0.0
    75      * @var array
     76     * @var string[]
    7677     */
    7778    public $roles = array();
Note: See TracChangeset for help on using the changeset viewer.