echo. props ocean90, fixes #17535.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17985 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e813941988
commit
7ab14c5ae3
|
@ -304,7 +304,7 @@ function twentyeleven_admin_header_image() { ?>
|
|||
<div id="desc"<?php echo $style; ?>><?php bloginfo( 'description' ); ?></div>
|
||||
<?php $header_image = get_header_image();
|
||||
if ( ! empty( $header_image ) ) : ?>
|
||||
<img src="<?php esc_url( $header_image ); ?>" alt="" />
|
||||
<img src="<?php echo esc_url( $header_image ); ?>" alt="" />
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
<?php }
|
||||
|
|
Loading…
Reference in New Issue