Remove extra php open tags
git-svn-id: https://develop.svn.wordpress.org/trunk@10037 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
a425539641
commit
54baf9f3f6
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user