Ticket #21515: 21515.patch
File 21515.patch, 523 bytes (added by , 12 years ago) |
---|
-
wp-includes/class-wp-customize-control.php
750 750 */ 751 751 public function prepare_control() { 752 752 global $custom_image_header; 753 if( empty( $custom_image_header ) ) 754 return parent::prepare_control(); 753 755 754 756 // Process default headers and uploaded headers. 755 757 $custom_image_header->process_default_headers();