@@ 182-184 (lines=3) @@ | ||
179 | if ( isset( $current['product_slug'] ) ) { |
|
180 | $active = Jetpack::get_active_modules(); |
|
181 | switch ( $current['product_slug'] ) { |
|
182 | case 'jetpack_free': |
|
183 | $to_deactivate = array( 'seo-tools', 'videopress', 'google-analytics', 'wordads', 'search' ); |
|
184 | break; |
|
185 | case 'jetpack_personal': |
|
186 | case 'jetpack_personal_monthly': |
|
187 | $to_deactivate = array( 'seo-tools', 'videopress', 'google-analytics', 'wordads', 'search' ); |
|
@@ 186-188 (lines=3) @@ | ||
183 | $to_deactivate = array( 'seo-tools', 'videopress', 'google-analytics', 'wordads', 'search' ); |
|
184 | break; |
|
185 | case 'jetpack_personal': |
|
186 | case 'jetpack_personal_monthly': |
|
187 | $to_deactivate = array( 'seo-tools', 'videopress', 'google-analytics', 'wordads', 'search' ); |
|
188 | break; |
|
189 | case 'jetpack_premium': |
|
190 | case 'jetpack_premium_monthly': |
|
191 | $to_deactivate = array( 'seo-tools', 'google-analytics', 'search' ); |