Themes: Add "Custom Logo" to the list of WordPress theme features.

Props rabmalin.
See #33407.
Fixes #36744.

git-svn-id: https://develop.svn.wordpress.org/trunk@37945 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dominik Schilling 2016-07-04 09:34:38 +00:00
parent b3a6124e3d
commit ba80e82ffb
1 changed files with 1 additions and 0 deletions

View File

@ -236,6 +236,7 @@ function get_theme_feature_list( $api = true ) {
'custom-background' => __( 'Custom Background' ),
'custom-colors' => __( 'Custom Colors' ),
'custom-header' => __( 'Custom Header' ),
'custom-logo' => __( 'Custom Logo' ),
'custom-menu' => __( 'Custom Menu' ),
'editor-style' => __( 'Editor Style' ),
'featured-image-header' => __( 'Featured Image Header' ),