removing blank line and end of file

This commit is contained in:
Ben Word
2011-07-31 21:51:51 -06:00
parent 4e3938e6bd
commit c6788dc99b
18 changed files with 18 additions and 18 deletions

View File

@@ -19,4 +19,4 @@
<?php roots_main_after(); ?> <?php roots_main_after(); ?>
</div><!-- /#content --> </div><!-- /#content -->
<?php roots_content_after(); ?> <?php roots_content_after(); ?>
<?php get_footer(); ?> <?php get_footer(); ?>

View File

@@ -32,4 +32,4 @@
<?php roots_sidebar_after(); ?> <?php roots_sidebar_after(); ?>
</div><!-- /#content --> </div><!-- /#content -->
<?php roots_content_after(); ?> <?php roots_content_after(); ?>
<?php get_footer(); ?> <?php get_footer(); ?>

View File

@@ -99,4 +99,4 @@
</form> </form>
<?php endif; // If registration required and not logged in ?> <?php endif; // If registration required and not logged in ?>
</section> </section>
<?php endif; // if you delete this the sky will fall on your head ?> <?php endif; // if you delete this the sky will fall on your head ?>

View File

@@ -21,4 +21,4 @@
<?php roots_sidebar_after(); ?> <?php roots_sidebar_after(); ?>
</div><!-- /#content --> </div><!-- /#content -->
<?php roots_content_after(); ?> <?php roots_content_after(); ?>
<?php get_footer(); ?> <?php get_footer(); ?>

View File

@@ -69,4 +69,4 @@
</div> </div>
</header> </header>
<?php roots_header_after(); ?> <?php roots_header_after(); ?>

View File

@@ -175,4 +175,4 @@ function roots_page_breadcrumb() {
} }
} }
?> ?>

View File

@@ -91,4 +91,4 @@ if (is_admin() && $pagenow === 'themes.php' && isset( $_GET['activated'])) {
} }
?> ?>

View File

@@ -398,4 +398,4 @@ function roots_change_mce_options($options) {
add_filter('tiny_mce_before_init', 'roots_change_mce_options'); add_filter('tiny_mce_before_init', 'roots_change_mce_options');
?> ?>

View File

@@ -80,4 +80,4 @@ if (stristr($_SERVER['SERVER_SOFTWARE'], 'apache') !== false) {
add_action('mod_rewrite_rules', 'roots_add_h5bp_htaccess'); add_action('mod_rewrite_rules', 'roots_add_h5bp_htaccess');
} }
?> ?>

View File

@@ -267,4 +267,4 @@ function roots_theme_options_validate($input) {
return apply_filters('roots_theme_options_validate', $output, $input, $defaults); return apply_filters('roots_theme_options_validate', $output, $input, $defaults);
} }
?> ?>

View File

@@ -73,4 +73,4 @@ class roots_vcard extends WP_Widget {
register_widget('roots_vcard'); register_widget('roots_vcard');
?> ?>

View File

@@ -20,4 +20,4 @@
<?php roots_sidebar_after(); ?> <?php roots_sidebar_after(); ?>
</div><!-- /#content --> </div><!-- /#content -->
<?php roots_content_after(); ?> <?php roots_content_after(); ?>
<?php get_footer(); ?> <?php get_footer(); ?>

View File

@@ -33,4 +33,4 @@
<div class="post-previous"><?php next_posts_link( __( '&larr; Older posts', 'roots' ) ); ?></div> <div class="post-previous"><?php next_posts_link( __( '&larr; Older posts', 'roots' ) ); ?></div>
<div class="post-next"><?php previous_posts_link( __( 'Newer posts &rarr;', 'roots' ) ); ?></div> <div class="post-next"><?php previous_posts_link( __( 'Newer posts &rarr;', 'roots' ) ); ?></div>
</nav> </nav>
<?php endif; ?> <?php endif; ?>

View File

@@ -18,4 +18,4 @@
<?php roots_post_inside_after(); ?> <?php roots_post_inside_after(); ?>
</article> </article>
<?php roots_post_after(); ?> <?php roots_post_after(); ?>
<?php endwhile; // End the loop ?> <?php endwhile; // End the loop ?>

View File

@@ -37,4 +37,4 @@
<div class="post-previous"><?php next_posts_link( __( '&larr; Older posts', 'roots' ) ); ?></div> <div class="post-previous"><?php next_posts_link( __( '&larr; Older posts', 'roots' ) ); ?></div>
<div class="post-next"><?php previous_posts_link( __( 'Newer posts &rarr;', 'roots' ) ); ?></div> <div class="post-next"><?php previous_posts_link( __( 'Newer posts &rarr;', 'roots' ) ); ?></div>
</nav> </nav>
<?php endif; ?> <?php endif; ?>

View File

@@ -25,4 +25,4 @@ get_header(); ?>
<?php roots_sidebar_after(); ?> <?php roots_sidebar_after(); ?>
</div><!-- /#content --> </div><!-- /#content -->
<?php roots_content_after(); ?> <?php roots_content_after(); ?>
<?php get_footer(); ?> <?php get_footer(); ?>

View File

@@ -22,4 +22,4 @@
<?php roots_sidebar_after(); ?> <?php roots_sidebar_after(); ?>
</div><!-- /#content --> </div><!-- /#content -->
<?php roots_content_after(); ?> <?php roots_content_after(); ?>
<?php get_footer(); ?> <?php get_footer(); ?>

View File

@@ -21,4 +21,4 @@
<?php roots_sidebar_after(); ?> <?php roots_sidebar_after(); ?>
</div><!-- /#content --> </div><!-- /#content -->
<?php roots_content_after(); ?> <?php roots_content_after(); ?>
<?php get_footer(); ?> <?php get_footer(); ?>