Fixes #962 - Not used anymore

This commit is contained in:
Scott Walkinshaw
2014-01-15 13:44:33 -05:00
parent 70ace1d7f4
commit 9bcd427ab6

View File

@@ -23,6 +23,3 @@ function roots_setup() {
add_editor_style('/assets/css/editor-style.css');
}
add_action('after_setup_theme', 'roots_setup');
// Backwards compatibility for older than PHP 5.3.0
if (!defined('__DIR__')) { define('__DIR__', dirname(__FILE__)); }