Make WordPress Core


Ignore:
Timestamp:
03/16/2010 08:17:22 PM (15 years ago)
Author:
iammattthomas
Message:

Coding standards cleanup in twentyten, see #9015. Props sivel

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentyten/search.php

    r13498 r13720  
    55
    66<?php if ( have_posts() ) : ?>
    7                 <h1 class="page-title"><?php printf( __( 'Search Results for: %s', 'twentyten' ), '<span>' . get_search_query() . '</span>'); ?></h1>
     7                <h1 class="page-title"><?php printf( __( 'Search Results for: %s', 'twentyten' ), '<span>' . get_search_query() . '</span>' ); ?></h1>
    88    <?php get_generic_template( 'loop', 'search' ); ?>
    99<?php else : ?>
Note: See TracChangeset for help on using the changeset viewer.