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:
nacin 2011-05-22 21:25:42 +00:00
parent e813941988
commit 7ab14c5ae3
1 changed files with 1 additions and 1 deletions

View File

@ -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 }