Fix #302 - Lose EOF ?>

This commit is contained in:
Ben Word
2012-02-27 11:40:01 -07:00
parent c17560be27
commit f5321bc9a0
11 changed files with 10 additions and 32 deletions

View File

@@ -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>';
}
?>

View File

@@ -38,5 +38,3 @@ function roots_google_analytics() {
}
add_action('roots_footer', 'roots_google_analytics');
?>

View File

@@ -320,5 +320,3 @@ function roots_deactivation_action() {
}
add_action('switch_theme', 'roots_deactivation_action');
?>

View File

@@ -648,5 +648,3 @@ if (class_exists('RGForms')) {
add_filter('gform_submit_button', 'roots_gform_submit_button', 10, 2);
}
?>

View File

@@ -8,5 +8,3 @@ define('MAIN_CLASSES', 'span8');
define('SIDEBAR_CLASSES', 'span4');
define('FULLWIDTH_CLASSES', 'span12');
define('GOOGLE_ANALYTICS_ID', '');
?>

View File

@@ -1,3 +1 @@
<?php
?>

View File

@@ -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'); }
?>

View File

@@ -80,5 +80,3 @@ if (stristr($_SERVER['SERVER_SOFTWARE'], 'apache') !== false) {
}
}
?>

View File

@@ -58,5 +58,3 @@ function roots_print_scripts() {
$wp_scripts->reset();
return $wp_scripts->done;
}
?>

View File

@@ -24,5 +24,3 @@ function add_filters($tags, $function) {
add_filter($tag, $function);
}
}
?>

View File

@@ -132,5 +132,3 @@ function roots_widget_init() {
}
add_action('widgets_init', 'roots_widget_init');
?>