Completed
Pull Request — master (#227)
by
unknown
04:44
created
functions.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,5 +21,5 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.