Add missing echo. see #14139, [15665].

git-svn-id: http://svn.automattic.com/wordpress/trunk@15674 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2010-09-29 09:11:08 +00:00
parent e83068064f
commit 345ceb41ed
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ case 'spam' :
<div class="narrow">
<?php screen_icon(); ?>
<h2><?php esc_html( $title ); ?></h2>
<h2><?php echo esc_html( $title ); ?></h2>
<?php
switch ( $action ) {