summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jetpack/modules/masterbar.php')
-rw-r--r--plugins/jetpack/modules/masterbar.php12
1 files changed, 1 insertions, 11 deletions
diff --git a/plugins/jetpack/modules/masterbar.php b/plugins/jetpack/modules/masterbar.php
index 8efeae3e..aa322ec1 100644
--- a/plugins/jetpack/modules/masterbar.php
+++ b/plugins/jetpack/modules/masterbar.php
@@ -13,14 +13,4 @@
require dirname( __FILE__ ) . '/masterbar/masterbar.php';
-// In order to be able to tell if it's an AMP request or not we have to hook into parse_query at a later priority.
-add_action( 'admin_bar_init', 'jetpack_initialize_masterbar', 99 );
-
-/**
- * Initializes the Masterbar in case the request is not AMP.
- */
-function jetpack_initialize_masterbar() {
- if ( ! Jetpack_AMP_Support::is_amp_request() ) {
- new A8C_WPCOM_Masterbar();
- }
-}
+new A8C_WPCOM_Masterbar();