From 956818f5eb14520a116c68a3251b2bbdc54b32cb Mon Sep 17 00:00:00 2001 From: Joe McGill Date: Fri, 11 Nov 2016 23:24:30 +0000 Subject: [PATCH] Customize: Rename "Header Visuals" to "Header Media". MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "Header Visuals" is a bit vague since the title/tagline are arguably also “header visuals”. "Header Media" is more descriptive and is consistent with how we refer to images/videos throughout core. Props bradyvercher. Fixes #38756. Built from https://develop.svn.wordpress.org/trunk@39205 git-svn-id: http://core.svn.wordpress.org/trunk@39145 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-wp-customize-manager.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/class-wp-customize-manager.php b/wp-includes/class-wp-customize-manager.php index ecb50a21ab..150b123147 100644 --- a/wp-includes/class-wp-customize-manager.php +++ b/wp-includes/class-wp-customize-manager.php @@ -3406,7 +3406,7 @@ final class WP_Customize_Manager { /* Custom Header */ if ( current_theme_supports( 'custom-header', 'video' ) ) { - $title = __( 'Header Visuals' ); + $title = __( 'Header Media' ); $description = __( 'If you add a video, the image will be used as a fallback while the video loads.' ); $width = absint( get_theme_support( 'custom-header', 'width' ) ); $height = absint( get_theme_support( 'custom-header', 'height' ) ); diff --git a/wp-includes/version.php b/wp-includes/version.php index da308621d1..00e4ce5cd3 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.7-beta3-39204'; +$wp_version = '4.7-beta3-39205'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.