Make WordPress Core


Ignore:
Timestamp:
02/27/2020 08:21:35 PM (7 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-section.php

    r47383 r47385  
    7878
    7979        /**
    80          * Theme feature support for the section.
    81          *
    82          * @since 3.4.0
    83          * @var string|array
     80         * Theme features required to support the section.
     81         *
     82         * @since 3.4.0
     83         * @var string|string[]
    8484         */
    8585        public $theme_supports = '';
Note: See TracChangeset for help on using the changeset viewer.