Customize: Rename "Header Visuals" to "Header Media".

"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
This commit is contained in:
Joe McGill 2016-11-11 23:24:30 +00:00
parent 5e8f67540e
commit 956818f5eb
2 changed files with 2 additions and 2 deletions

View File

@ -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' ) );

View File

@ -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.