mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 12:50:28 +00:00
Docs: Add @since notes for theme features added or removed in get_theme_feature_list() after its introduction in WordPress 3.1.
See #50165. git-svn-id: https://develop.svn.wordpress.org/trunk@47794 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -164,7 +164,9 @@ class WP_Customize_Themes_Section extends WP_Customize_Section {
|
||||
* @since 4.9.0
|
||||
*/
|
||||
protected function filter_drawer_content_template() {
|
||||
$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.
|
||||
// @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.
|
||||
$feature_list = get_theme_feature_list( false );
|
||||
?>
|
||||
<# if ( 'wporg' === data.action ) { #>
|
||||
<div class="filter-drawer filter-details">
|
||||
|
||||
Reference in New Issue
Block a user