File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
projects/packages/jetpack-mu-wpcom/src Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -341,9 +341,8 @@ public static function load_wpcom_user_features() {
341341 require_once __DIR__ . '/features/wpcom-themes/wpcom-themes.php ' ;
342342 require_once __DIR__ . '/features/wpcom-user-edit/wpcom-user-edit.php ' ;
343343
344- // Only load the Calypsoify and Masterbar features on WoA sites.
344+ // Only load the Masterbar features on WoA sites.
345345 if ( class_exists ( '\Automattic\Jetpack\Status\Host ' ) && ( new \Automattic \Jetpack \Status \Host () )->is_woa_site () ) {
346- \Automattic \Jetpack \Calypsoify \Jetpack_Calypsoify::get_instance ();
347346 // This is temporary. After we cleanup Masterbar on WPCOM we should load Masterbar for Simple sites too.
348347 \Automattic \Jetpack \Masterbar \Main::init ();
349348 }
You can’t perform that action at this time.
0 commit comments