Ticket #38756: 38756.diff
File 38756.diff, 688 bytes (added by , 8 years ago) |
---|
-
src/wp-includes/class-wp-customize-manager.php
3406 3406 /* Custom Header */ 3407 3407 3408 3408 if ( current_theme_supports( 'custom-header', 'video' ) ) { 3409 $title = __( 'Header Visuals' );3409 $title = __( 'Header Media' ); 3410 3410 $description = __( 'If you add a video, the image will be used as a fallback while the video loads.' ); 3411 3411 $width = absint( get_theme_support( 'custom-header', 'width' ) ); 3412 3412 $height = absint( get_theme_support( 'custom-header', 'height' ) );