Make WordPress Core

Changeset 39205


Ignore:
Timestamp:
11/11/2016 11:23:06 PM (8 years ago)
Author:
joemcgill
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-customize-manager.php

    r39181 r39205  
    34073407
    34083408        if ( current_theme_supports( 'custom-header', 'video' ) ) {
    3409             $title = __( 'Header Visuals' );
     3409            $title = __( 'Header Media' );
    34103410            $description = __( 'If you add a video, the image will be used as a fallback while the video loads.' );
    34113411            $width = absint( get_theme_support( 'custom-header', 'width' ) );
Note: See TracChangeset for help on using the changeset viewer.