diff --git a/lib/init.php b/lib/init.php index 997480b..26d642f 100644 --- a/lib/init.php +++ b/lib/init.php @@ -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__)); }