Code cleanup

This commit is contained in:
Scott Walkinshaw
2011-07-31 16:44:13 -06:00
parent 1014ddb0f7
commit 35d3c15d39
5 changed files with 77 additions and 74 deletions

View File

@@ -9,8 +9,6 @@ if (stristr($_SERVER['SERVER_SOFTWARE'], 'apache') !== false) {
add_action('admin_init', 'roots_htaccess_writable');
$theme_name = next(explode('/themes/', get_stylesheet_directory()));
// Rewrites DO NOT happen for child themes
// rewrite /wp-content/themes/roots/css/ to /css/
// rewrite /wp-content/themes/roots/js/ to /js/
@@ -82,4 +80,4 @@ if (stristr($_SERVER['SERVER_SOFTWARE'], 'apache') !== false) {
add_action('mod_rewrite_rules', 'roots_add_h5bp_htaccess');
}
?>
?>