diff --git a/wp-admin/includes/theme.php b/wp-admin/includes/theme.php index 32e3ab7148..1858cd5bc8 100644 --- a/wp-admin/includes/theme.php +++ b/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' ), diff --git a/wp-includes/version.php b/wp-includes/version.php index a02196de6d..a939e4adc1 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @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.