removing blank line and end of file
This commit is contained in:
2
404.php
2
404.php
@@ -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(); ?>
|
||||||
@@ -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(); ?>
|
||||||
@@ -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 ?>
|
||||||
@@ -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(); ?>
|
||||||
@@ -69,4 +69,4 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
<?php roots_header_after(); ?>
|
<?php roots_header_after(); ?>
|
||||||
@@ -175,4 +175,4 @@ function roots_page_breadcrumb() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
@@ -91,4 +91,4 @@ if (is_admin() && $pagenow === 'themes.php' && isset( $_GET['activated'])) {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
@@ -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');
|
||||||
|
|
||||||
?>
|
?>
|
||||||
@@ -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');
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
@@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
@@ -73,4 +73,4 @@ class roots_vcard extends WP_Widget {
|
|||||||
|
|
||||||
register_widget('roots_vcard');
|
register_widget('roots_vcard');
|
||||||
|
|
||||||
?>
|
?>
|
||||||
@@ -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(); ?>
|
||||||
@@ -33,4 +33,4 @@
|
|||||||
<div class="post-previous"><?php next_posts_link( __( '← Older posts', 'roots' ) ); ?></div>
|
<div class="post-previous"><?php next_posts_link( __( '← Older posts', 'roots' ) ); ?></div>
|
||||||
<div class="post-next"><?php previous_posts_link( __( 'Newer posts →', 'roots' ) ); ?></div>
|
<div class="post-next"><?php previous_posts_link( __( 'Newer posts →', 'roots' ) ); ?></div>
|
||||||
</nav>
|
</nav>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
@@ -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 ?>
|
||||||
2
loop.php
2
loop.php
@@ -37,4 +37,4 @@
|
|||||||
<div class="post-previous"><?php next_posts_link( __( '← Older posts', 'roots' ) ); ?></div>
|
<div class="post-previous"><?php next_posts_link( __( '← Older posts', 'roots' ) ); ?></div>
|
||||||
<div class="post-next"><?php previous_posts_link( __( 'Newer posts →', 'roots' ) ); ?></div>
|
<div class="post-next"><?php previous_posts_link( __( 'Newer posts →', 'roots' ) ); ?></div>
|
||||||
</nav>
|
</nav>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
@@ -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(); ?>
|
||||||
@@ -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(); ?>
|
||||||
@@ -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(); ?>
|
||||||
Reference in New Issue
Block a user