Ticket #21433: 21433.patch
File 21433.patch, 794 bytes (added by , 12 years ago) |
---|
-
wp-admin/custom-header.php
511 511 call_user_func( $this->admin_image_div_callback ); 512 512 } else { 513 513 ?> 514 <div id="headimg" style="background-image:url(<?php e sc_url ( header_image() )?>);max-width:<?php echo get_custom_header()->width; ?>px;height:<?php echo get_custom_header()->height; ?>px;">514 <div id="headimg" style="background-image:url(<?php echo esc_url( get_header_image() ); ?>);max-width:<?php echo get_custom_header()->width; ?>px;height:<?php echo get_custom_header()->height; ?>px;"> 515 515 <?php 516 516 if ( display_header_text() ) 517 517 $style = ' style="color:#' . get_header_textcolor() . ';"';