@@ 171-173 (lines=3) @@ | ||
168 | if ( isset( $current['product_slug'] ) ) { |
|
169 | $active = Jetpack::get_active_modules(); |
|
170 | switch ( $current['product_slug'] ) { |
|
171 | case 'jetpack_free': |
|
172 | $to_deactivate = array( 'seo-tools', 'videopress', 'google-analytics', 'wordads', 'search' ); |
|
173 | break; |
|
174 | case 'jetpack_personal': |
|
175 | case 'jetpack_personal_monthly': |
|
176 | $to_deactivate = array( 'seo-tools', 'videopress', 'google-analytics', 'wordads', 'search' ); |
|
@@ 175-177 (lines=3) @@ | ||
172 | $to_deactivate = array( 'seo-tools', 'videopress', 'google-analytics', 'wordads', 'search' ); |
|
173 | break; |
|
174 | case 'jetpack_personal': |
|
175 | case 'jetpack_personal_monthly': |
|
176 | $to_deactivate = array( 'seo-tools', 'videopress', 'google-analytics', 'wordads', 'search' ); |
|
177 | break; |
|
178 | case 'jetpack_premium': |
|
179 | case 'jetpack_premium_monthly': |
|
180 | $to_deactivate = array( 'seo-tools', 'google-analytics', 'search' ); |