@@ -380,7 +380,6 @@ class WPCOM_Features {
380
380
public const INSTALL_THEMES = 'install-themes ' ;
381
381
public const INSTALL_WOO_ONBOARDING_PLUGINS = 'install-woo-onboarding-plugins ' ;
382
382
public const INSTANT_SEARCH = 'instant-search ' ;
383
- public const INSTANT_SEARCH_NO_BUSINESS = 'instant-search-no-business ' ; // TEMP AND TO BE DELETED AFTER REBUILDING the jetpack-search index
384
383
public const JETPACK_DASHBOARD = 'jetpack-dashboard ' ;
385
384
public const LEGACY_CONTACT = 'legacy-contact ' ;
386
385
public const LIST_INSTALLED_PLUGINS = 'list-installed-plugins ' ;
@@ -774,16 +773,6 @@ class WPCOM_Features {
774
773
self ::WPCOM_ECOMMERCE_TRIAL_PLANS ,
775
774
),
776
775
self ::INSTANT_SEARCH => array (
777
- self ::WPCOM_BUSINESS_PLANS ,
778
- self ::WPCOM_ECOMMERCE_PLANS ,
779
- self ::WPCOM_ECOMMERCE_TRIAL_PLANS ,
780
- self ::WPCOM_SEARCH ,
781
- self ::WPCOM_SEARCH_MONTHLY ,
782
- self ::WP_P2_PLUS_MONTHLY ,
783
- self ::JETPACK_SEARCH_PLANS ,
784
- self ::JETPACK_COMPLETE_PLANS ,
785
- ),
786
- self ::INSTANT_SEARCH_NO_BUSINESS => array (
787
776
self ::WPCOM_SEARCH ,
788
777
self ::WPCOM_SEARCH_MONTHLY ,
789
778
self ::WP_P2_PLUS_MONTHLY ,
0 commit comments