diff --git a/includes/class-amp-theme-support.php b/includes/class-amp-theme-support.php index ee7da221ad0..c0d996e19d9 100644 --- a/includes/class-amp-theme-support.php +++ b/includes/class-amp-theme-support.php @@ -229,7 +229,7 @@ public static function add_hooks() { * Disable admin bar because admin-bar.css (28K) and Dashicons (48K) alone * combine to surpass the 50K limit imposed for the amp-custom style. */ - add_filter( 'show_admin_bar', '__return_false', 100 ); + add_filter( 'show_admin_bar', '__return_false', 100 ); // phpcs:ignore /* * Start output buffering at very low priority for sake of plugins and themes that use template_redirect