From ba80e82ffbf97b2998c04071334a199d7794d800 Mon Sep 17 00:00:00 2001 From: Dominik Schilling Date: Mon, 4 Jul 2016 09:34:38 +0000 Subject: [PATCH] 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 --- src/wp-admin/includes/theme.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wp-admin/includes/theme.php b/src/wp-admin/includes/theme.php index 32e3ab7148..1858cd5bc8 100644 --- a/src/wp-admin/includes/theme.php +++ b/src/wp-admin/includes/theme.php @@ -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' ),