@@ 198-200 (lines=3) @@ | ||
195 | if ( isset( $current['product_slug'] ) ) { |
|
196 | $active = Jetpack::get_active_modules(); |
|
197 | switch ( $current['product_slug'] ) { |
|
198 | case 'jetpack_free': |
|
199 | $to_deactivate = array( 'seo-tools', 'videopress', 'google-analytics', 'wordads', 'search' ); |
|
200 | break; |
|
201 | case 'jetpack_personal': |
|
202 | case 'jetpack_personal_monthly': |
|
203 | $to_deactivate = array( 'seo-tools', 'videopress', 'google-analytics', 'wordads', 'search' ); |
|
@@ 202-204 (lines=3) @@ | ||
199 | $to_deactivate = array( 'seo-tools', 'videopress', 'google-analytics', 'wordads', 'search' ); |
|
200 | break; |
|
201 | case 'jetpack_personal': |
|
202 | case 'jetpack_personal_monthly': |
|
203 | $to_deactivate = array( 'seo-tools', 'videopress', 'google-analytics', 'wordads', 'search' ); |
|
204 | break; |
|
205 | case 'jetpack_premium': |
|
206 | case 'jetpack_premium_monthly': |
|
207 | $to_deactivate = array( 'seo-tools', 'google-analytics', 'search' ); |