Don't use a gettext function for a non-translatable context. Props nacin. fixes #19479

git-svn-id: https://develop.svn.wordpress.org/trunk@19570 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2011-12-08 16:51:52 +00:00
parent c9b84969c3
commit cbfee344df
1 changed files with 1 additions and 1 deletions

View File

@ -355,7 +355,7 @@ foreach ( $wp_registered_sidebars as $sidebar => $registered_sidebar ) {
<div class="<?php esc_attr_e( $wrap_class ); ?>">
<div class="sidebar-name">
<div class="sidebar-name-arrow"><br /></div>
<h3><?php esc_html_e( $registered_sidebar['name'] ); ?>
<h3><?php echo esc_html( $registered_sidebar['name'] ); ?>
<span><img src="<?php echo esc_url( admin_url( 'images/wpspin_light.gif' ) ); ?>" class="ajax-feedback" title="" alt="" /></span>
</h3>
</div>