Make WordPress Core


Ignore:
Timestamp:
12/04/2008 06:18:15 PM (17 years ago)
Author:
ryan
Message:

Remove extra php open tags

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/users.php

    r10035 r10037  
    241241<?php screen_icon(); ?>
    242242<h2><?php echo wp_specialchars( $title );
    243 <?php if ( isset($_GET['s']) && $_GET['s'] )
     243if ( isset($_GET['s']) && $_GET['s'] )
    244244    printf( '<span class="subtitle">' . __('Search results for &#8220;%s&#8221;') . '</span>', wp_specialchars( get_search_query() ) ); ?>
    245245<h2>
Note: See TracChangeset for help on using the changeset viewer.