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. git-svn-id: https://develop.svn.wordpress.org/trunk@39205 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
9f67a915d9
commit
ef9eb5f26e
@ -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' ) );
|
||||
|
Loading…
x
Reference in New Issue
Block a user