Making WordPress.org


Ignore:
Timestamp:
09/12/2016 07:10:09 PM (9 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/index.php

    r848 r4038  
    1212
    1313    <?php get_template_part( 'navigation-above' ); ?>
    14    
     14
    1515    <?php while ( have_posts() ) : the_post(); ?>
    1616
    1717            <div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    18                
     18
    1919                <?php get_template_part( 'content', get_post_format() ); ?>
    2020
     
    2222
    2323    <?php endwhile; // End the loop. Whew. ?>
    24    
     24
    2525    <?php get_template_part( 'navigation-below' ); ?>
    26    
     26
    2727    </div><!-- #content -->
    28    
     28
    2929</div><!-- #container -->
    3030
Note: See TracChangeset for help on using the changeset viewer.