Make WordPress Core

Ticket #38756: 38756.diff

File 38756.diff, 688 bytes (added by bradyvercher, 8 years ago)
  • src/wp-includes/class-wp-customize-manager.php

     
    34063406                /* Custom Header */
    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' ) );
    34123412                        $height = absint( get_theme_support( 'custom-header', 'height' ) );