Remove extra php open tags
git-svn-id: http://svn.automattic.com/wordpress/trunk@10037 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -165,7 +165,7 @@ if ( isset($_GET['message']) && (int) $_GET['message'] ) {
|
||||
<div class="wrap">
|
||||
<?php screen_icon(); ?>
|
||||
<h2><?php echo wp_specialchars( $title );
|
||||
<?php if ( isset($_GET['s']) && $_GET['s'] )
|
||||
if ( isset($_GET['s']) && $_GET['s'] )
|
||||
printf( '<span class="subtitle">' . __('Search results for “%s”') . '</span>', wp_specialchars( get_search_query() ) ); ?>
|
||||
</h2>
|
||||
|
||||
|
||||
@@ -240,7 +240,7 @@ if ( ! empty($messages) ) {
|
||||
<div class="wrap">
|
||||
<?php screen_icon(); ?>
|
||||
<h2><?php echo wp_specialchars( $title );
|
||||
<?php if ( isset($_GET['s']) && $_GET['s'] )
|
||||
if ( isset($_GET['s']) && $_GET['s'] )
|
||||
printf( '<span class="subtitle">' . __('Search results for “%s”') . '</span>', wp_specialchars( get_search_query() ) ); ?>
|
||||
<h2>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user