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:
Ryan Boren 2008-12-04 18:18:15 +00:00
parent a425539641
commit 54baf9f3f6
2 changed files with 2 additions and 2 deletions

View File

@ -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 &#8220;%s&#8221;') . '</span>', wp_specialchars( get_search_query() ) ); ?>
</h2>

View File

@ -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 &#8220;%s&#8221;') . '</span>', wp_specialchars( get_search_query() ) ); ?>
<h2>