printf( __( 'Header updated. <a href="%s">Visit your site</a> to see how it looks.'
),
esc_url( home_url( '/'
) ) );
?>
</p>
</div>
<?php
} ?>
<h2><?php
_e( 'Header Image'
); ?></h2>
<table class="form-table" role="presentation">
<tbody>
<?php
if ( get_custom_header() ||
display_header_text() ) : ?>
<tr>
<th scope="row"><?php
_e( 'Preview'
); ?></th>
<td>
<?php
if ( $this->admin_image_div_callback
) { call_user_func( $this->admin_image_div_callback
);
} else { $custom_header =
get_custom_header();
$header_image =
get_header_image();
if ( $header_image ) {