Ticket #21515: 21515.2.patch
File 21515.2.patch, 524 bytes (added by , 13 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();