removing codemirror (it wasn't active, anyway) - see discussion in #2

This commit is contained in:
Ben Word
2011-06-22 20:11:48 -06:00
parent f06c413f64
commit cd1f00909d
19 changed files with 2 additions and 5191 deletions

View File

@@ -7,9 +7,6 @@ function roots_admin_init() {
$home_url = home_url();
$theme_name = next(explode('/themes/', get_template_directory()));
//wp_register_script('roots_codemirror', "$home_url/wp-content/themes/roots/inc/js/codemirror/codemirror.js");
//wp_enqueue_script('roots_codemirror');
wp_register_style('roots_admin_css', "$home_url/wp-content/themes/$theme_name/inc/css/admin.css");
wp_enqueue_style('roots_admin_css');