@@ 206-208 (lines=3) @@ | ||
203 | if ( isset( $current['product_slug'] ) ) { |
|
204 | $active = Jetpack::get_active_modules(); |
|
205 | switch ( $current['product_slug'] ) { |
|
206 | case 'jetpack_free': |
|
207 | $to_deactivate = array( 'seo-tools', 'videopress', 'google-analytics', 'wordads', 'search' ); |
|
208 | break; |
|
209 | case 'jetpack_personal': |
|
210 | case 'jetpack_personal_monthly': |
|
211 | $to_deactivate = array( 'seo-tools', 'videopress', 'google-analytics', 'wordads', 'search' ); |
|
@@ 210-212 (lines=3) @@ | ||
207 | $to_deactivate = array( 'seo-tools', 'videopress', 'google-analytics', 'wordads', 'search' ); |
|
208 | break; |
|
209 | case 'jetpack_personal': |
|
210 | case 'jetpack_personal_monthly': |
|
211 | $to_deactivate = array( 'seo-tools', 'videopress', 'google-analytics', 'wordads', 'search' ); |
|
212 | break; |
|
213 | case 'jetpack_premium': |
|
214 | case 'jetpack_premium_monthly': |
|
215 | $to_deactivate = array( 'seo-tools', 'google-analytics', 'search' ); |