- Timestamp:
- 10/19/2017 03:03:19 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/customize/class-wp-customize-header-image-control.php
r41747 r41935 78 78 } 79 79 80 add_action( 'customize_controls_print_footer_scripts', array( $this, 'print_header_image_template' ) ); 81 80 82 // Process default headers and uploaded headers. 81 83 $custom_image_header->process_default_headers(); … … 158 160 */ 159 161 public function render_content() { 160 $this->print_header_image_template();161 162 $visibility = $this->get_current_image_src() ? '' : ' style="display:none" '; 162 163 $width = absint( get_theme_support( 'custom-header', 'width' ) );
Note: See TracChangeset
for help on using the changeset viewer.