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.