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

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

View File

@@ -80,4 +80,4 @@ if (stristr($_SERVER['SERVER_SOFTWARE'], 'apache') !== false) {
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);
}
?>
?>

View File

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