Making WordPress.org


Ignore:
Timestamp:
09/12/2016 07:10:09 PM (10 years ago)
Author:
iandunn
Message:

Central Theme: Convert to Unix line endings and strip trailing spaces

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordcamp.org/public_html/wp-content/themes/wordcamp-central-2012/search.php

    r848 r4038  
    99                <div id="content" role="main" class="group">
    1010                        <h1 class="page-title"><?php printf( __( 'Search Results for: %s', 'twentyten' ), '<span>' . get_search_query() . '</span>' ); ?></h1>
    11                                                
     11
    1212                        <?php get_search_form(); ?>
    13                        
     13
    1414                        <?php if ( have_posts() ) : ?>
    15                                
     15
    1616                                <?php get_template_part( 'navigation-above' ); ?>
    1717
     
    2727
    2828                                <?php get_template_part( 'navigation-below' ); ?>
    29                                
     29
    3030                        <?php else : // have_posts ?>
    31                                
     31
    3232                                <div id="post-0" class="post no-results not-found">
    3333                                        <h2 class="entry-title"><?php _e( 'We couldn&#8217;t find anything!', 'twentyten' ); ?></h2>
     
    3737                                        </div><!-- .entry-content -->
    3838                                </div><!-- #post-0 -->
    39                                
     39
    4040                        <?php endif; ?>
    4141
Note: See TracChangeset for help on using the changeset viewer.