summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2016-09-11 07:55:30 -0400
committerAnthony G. Basile <blueness@gentoo.org>2016-09-11 07:55:30 -0400
commit665c15ca32b65c69491c564860f89d932ef774ec (patch)
treec65975754c261f1e99cd987e1095b2b27e702d87 /plugins/jetpack/modules/enhanced-distribution.php
parentUpdate theme mantra to 2.6.0 (diff)
downloadblogs-gentoo-665c15ca32b65c69491c564860f89d932ef774ec.tar.gz
blogs-gentoo-665c15ca32b65c69491c564860f89d932ef774ec.tar.bz2
blogs-gentoo-665c15ca32b65c69491c564860f89d932ef774ec.zip
Update plugin jetpack to 4.3.1
Diffstat (limited to 'plugins/jetpack/modules/enhanced-distribution.php')
-rw-r--r--plugins/jetpack/modules/enhanced-distribution.php8
1 files changed, 1 insertions, 7 deletions
diff --git a/plugins/jetpack/modules/enhanced-distribution.php b/plugins/jetpack/modules/enhanced-distribution.php
index 754b90e7..43c7f31d 100644
--- a/plugins/jetpack/modules/enhanced-distribution.php
+++ b/plugins/jetpack/modules/enhanced-distribution.php
@@ -7,15 +7,10 @@
* Requires Connection: Yes
* Auto Activate: Public
* Module Tags: Writing
- * Feature: Traffic
+ * Feature: Engagement
* Additional Search Queries: google, seo, firehose, search, broadcast, broadcasting
*/
-function jetpack_enhanced_distribution_activate() {
- Jetpack::check_privacy( __FILE__ );
-}
-
-
// In case it's active prior to upgrading to 1.9
function jetpack_enhanced_distribution_before_activate_default_modules() {
$old_version = Jetpack_Options::get_option( 'old_version' );
@@ -28,7 +23,6 @@ function jetpack_enhanced_distribution_before_activate_default_modules() {
Jetpack::check_privacy( __FILE__ );
}
-add_action( 'jetpack_activate_module_enhanced-distribution', 'jetpack_enhanced_distribution_activate' );
add_action( 'jetpack_before_activate_default_modules', 'jetpack_enhanced_distribution_before_activate_default_modules' );
/**