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

Props rabmalin.
See #33407.
Fixes #36744.
Built from https://develop.svn.wordpress.org/trunk@37945


git-svn-id: http://core.svn.wordpress.org/trunk@37886 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling 2016-07-04 09:35:27 +00:00
parent 2d6b9ca91b
commit b733aa79ab
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '4.6-beta1-37944'; $wp_version = '4.6-beta1-37945';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.