Make WordPress Core


Ignore:
Timestamp:
08/11/2022 02:01:35 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Correct and improve the documented types for various functions and hooks.

See #55646

File:
1 edited

Legend:

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

    r52621 r53877  
    7373         *
    7474         * @since 4.0.0
    75          * @var string|string[]
     75         * @var mixed[]
    7676         */
    7777        public $theme_supports = '';
     
    147147         *     @type string          $capability      Capability required for the panel.
    148148         *                                            Default `edit_theme_options`.
    149          *     @type string|string[] $theme_supports  Theme features required to support the panel.
     149         *     @type mixed[]        $theme_supports  Theme features required to support the panel.
    150150         *     @type string          $title           Title of the panel to show in UI.
    151151         *     @type string          $description     Description to show in the UI.
Note: See TracChangeset for help on using the changeset viewer.