diff --git a/functions.php b/functions.php index f810a82..41636a7 100644 --- a/functions.php +++ b/functions.php @@ -73,6 +73,4 @@ add_action('widgets_init', 'roots_register_sidebars'); function roots_entry_meta() { echo ''; echo '
'; -} - -?> +} \ No newline at end of file diff --git a/inc/roots-actions.php b/inc/roots-actions.php index 9fd7643..ebb23b4 100644 --- a/inc/roots-actions.php +++ b/inc/roots-actions.php @@ -37,6 +37,4 @@ function roots_google_analytics() { } } -add_action('roots_footer', 'roots_google_analytics'); - -?> +add_action('roots_footer', 'roots_google_analytics'); \ No newline at end of file diff --git a/inc/roots-activation.php b/inc/roots-activation.php index 0ac4088..08e1763 100644 --- a/inc/roots-activation.php +++ b/inc/roots-activation.php @@ -319,6 +319,4 @@ function roots_deactivation_action() { update_option('roots_theme_activation_options', roots_get_default_theme_activation_options()); } -add_action('switch_theme', 'roots_deactivation_action'); - -?> \ No newline at end of file +add_action('switch_theme', 'roots_deactivation_action'); \ No newline at end of file diff --git a/inc/roots-cleanup.php b/inc/roots-cleanup.php index 6cc180b..eef9105 100644 --- a/inc/roots-cleanup.php +++ b/inc/roots-cleanup.php @@ -647,6 +647,4 @@ if (class_exists('RGForms')) { } add_filter('gform_submit_button', 'roots_gform_submit_button', 10, 2); -} - -?> +} \ No newline at end of file diff --git a/inc/roots-config.php b/inc/roots-config.php index bfd2726..a21932b 100644 --- a/inc/roots-config.php +++ b/inc/roots-config.php @@ -7,6 +7,4 @@ define('CONTAINER_CLASSES', 'row'); define('MAIN_CLASSES', 'span8'); define('SIDEBAR_CLASSES', 'span4'); define('FULLWIDTH_CLASSES', 'span12'); -define('GOOGLE_ANALYTICS_ID', ''); - -?> \ No newline at end of file +define('GOOGLE_ANALYTICS_ID', ''); \ No newline at end of file diff --git a/inc/roots-custom.php b/inc/roots-custom.php index 15c5adc..b3d9bbc 100644 --- a/inc/roots-custom.php +++ b/inc/roots-custom.php @@ -1,3 +1 @@ \ No newline at end of file diff --git a/inc/roots-hooks.php b/inc/roots-hooks.php index ac014c1..97ac92c 100644 --- a/inc/roots-hooks.php +++ b/inc/roots-hooks.php @@ -29,6 +29,4 @@ function roots_sidebar_after() { do_action('roots_sidebar_after'); } 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'); } - -?> \ No newline at end of file +function roots_footer() { do_action('roots_footer'); } \ No newline at end of file diff --git a/inc/roots-htaccess.php b/inc/roots-htaccess.php index a54e67d..1602113 100644 --- a/inc/roots-htaccess.php +++ b/inc/roots-htaccess.php @@ -79,6 +79,4 @@ if (stristr($_SERVER['SERVER_SOFTWARE'], 'apache') !== false) { return $content; } -} - -?> +} \ No newline at end of file diff --git a/inc/roots-scripts.php b/inc/roots-scripts.php index 89c43c2..1eae48a 100644 --- a/inc/roots-scripts.php +++ b/inc/roots-scripts.php @@ -57,6 +57,4 @@ function roots_print_scripts() { $wp_scripts->reset(); return $wp_scripts->done; -} - -?> +} \ No newline at end of file diff --git a/inc/roots-utils.php b/inc/roots-utils.php index b38e4c4..ec7caed 100644 --- a/inc/roots-utils.php +++ b/inc/roots-utils.php @@ -23,6 +23,4 @@ function add_filters($tags, $function) { foreach($tags as $tag) { add_filter($tag, $function); } -} - -?> +} \ No newline at end of file diff --git a/inc/roots-widgets.php b/inc/roots-widgets.php index 1b91b14..39c50f0 100644 --- a/inc/roots-widgets.php +++ b/inc/roots-widgets.php @@ -131,6 +131,4 @@ function roots_widget_init() { register_widget('Roots_Vcard_Widget'); } -add_action('widgets_init', 'roots_widget_init'); - -?> \ No newline at end of file +add_action('widgets_init', 'roots_widget_init'); \ No newline at end of file