Fix #302 - Lose EOF ?>
This commit is contained in:
@@ -74,5 +74,3 @@ function roots_entry_meta() {
|
||||
echo '<time class="updated" datetime="'. get_the_time('c') .'" pubdate>'. sprintf(__('Posted on %s at %s.', 'roots'), get_the_date(), get_the_time()) .'</time>';
|
||||
echo '<p class="byline author vcard">'. __('Written by', 'roots') .' <a href="'. get_author_posts_url(get_the_author_meta('id')) .'" rel="author" class="fn">'. get_the_author() .'</a></p>';
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
@@ -38,5 +38,3 @@ function roots_google_analytics() {
|
||||
}
|
||||
|
||||
add_action('roots_footer', 'roots_google_analytics');
|
||||
|
||||
?>
|
||||
|
||||
@@ -320,5 +320,3 @@ function roots_deactivation_action() {
|
||||
}
|
||||
|
||||
add_action('switch_theme', 'roots_deactivation_action');
|
||||
|
||||
?>
|
||||
@@ -648,5 +648,3 @@ if (class_exists('RGForms')) {
|
||||
add_filter('gform_submit_button', 'roots_gform_submit_button', 10, 2);
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
@@ -8,5 +8,3 @@ define('MAIN_CLASSES', 'span8');
|
||||
define('SIDEBAR_CLASSES', 'span4');
|
||||
define('FULLWIDTH_CLASSES', 'span12');
|
||||
define('GOOGLE_ANALYTICS_ID', '');
|
||||
|
||||
?>
|
||||
@@ -1,3 +1 @@
|
||||
<?php
|
||||
|
||||
?>
|
||||
@@ -30,5 +30,3 @@ function roots_footer_before() { do_action('roots_footer_before'); }
|
||||
function roots_footer_inside() { do_action('roots_footer_inside'); }
|
||||
function roots_footer_after() { do_action('roots_footer_after'); }
|
||||
function roots_footer() { do_action('roots_footer'); }
|
||||
|
||||
?>
|
||||
@@ -80,5 +80,3 @@ if (stristr($_SERVER['SERVER_SOFTWARE'], 'apache') !== false) {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
@@ -58,5 +58,3 @@ function roots_print_scripts() {
|
||||
$wp_scripts->reset();
|
||||
return $wp_scripts->done;
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
@@ -24,5 +24,3 @@ function add_filters($tags, $function) {
|
||||
add_filter($tag, $function);
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
@@ -132,5 +132,3 @@ function roots_widget_init() {
|
||||
}
|
||||
|
||||
add_action('widgets_init', 'roots_widget_init');
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user