Make WordPress Core


Ignore:
Timestamp:
02/27/2020 08:21:35 PM (6 years ago)
Author:
SergeyBiryukov
Message:

Docs: Clarify the type of theme_supports argument in various Customizer classes.

Props marekdedic.
See #48347.

File:
1 edited

Legend:

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

    r47383 r47385  
    7070
    7171    /**
    72      * Theme feature support for the panel.
    73      *
    74      * @since 4.0.0
    75      * @var string|array
     72     * Theme features required to support the panel.
     73     *
     74     * @since 4.0.0
     75     * @var string|string[]
    7676     */
    7777    public $theme_supports = '';
Note: See TracChangeset for help on using the changeset viewer.