Make WordPress Core


Ignore:
Timestamp:
05/14/2020 12:49:00 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Add @since notes for theme features added or removed in get_theme_feature_list() after its introduction in WordPress 3.1.

See #50165.

File:
1 edited

Legend:

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

    r47122 r47794  
    165165     */
    166166    protected function filter_drawer_content_template() {
    167         $feature_list = get_theme_feature_list( false ); // @todo Use the .org API instead of the local core feature list. The .org API is currently outdated and will be reconciled when the .org themes directory is next redesigned.
     167        // @todo Use the .org API instead of the local core feature list.
     168        // The .org API is currently outdated and will be reconciled when the .org themes directory is next redesigned.
     169        $feature_list = get_theme_feature_list( false );
    168170        ?>
    169171        <# if ( 'wporg' === data.action ) { #>
Note: See TracChangeset for help on using the changeset viewer.