@@ -21,5 +21,5 @@ |
||
21 | 21 | |
22 | 22 | // Admin Bar.This line disables the admin-bar CSS from pushing the site down. Instead |
23 | 23 | // padding was added to the .pageWrapper in base.scss |
24 | -add_theme_support( 'admin-bar', array( 'callback' => '__return_false' ) ); |
|
24 | +add_theme_support('admin-bar', array('callback' => '__return_false')); |
|
25 | 25 |