Ticket #40308: patch.diff
File patch.diff, 533 bytes (added by , 8 years ago) |
---|
-
class-wp-customize-manager.php
3959 3959 'type' => 'url', 3960 3960 'description' => __( 'Or, enter a YouTube URL:' ), 3961 3961 'section' => 'header_image', 3962 'active_callback'=> 'is_ front_page',3962 'active_callback'=> 'is_header_video_active', 3963 3963 ) ); 3964 3964 3965 3965 $this->add_control( new WP_Customize_Header_Image_Control( $this ) );