summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2016-10-23 07:44:25 -0400
committerAnthony G. Basile <blueness@gentoo.org>2016-10-23 07:44:25 -0400
commite615e1dc974dd17d20ec6aeb1b7718099241562c (patch)
tree736d0e069aa69affcd7c3c57a7bb5a158c8b953a /plugins/jetpack/sync/class.jetpack-sync-modules.php
parentUpdate plugin akismet to 3.2 (diff)
downloadblogs-gentoo-e615e1dc974dd17d20ec6aeb1b7718099241562c.tar.gz
blogs-gentoo-e615e1dc974dd17d20ec6aeb1b7718099241562c.tar.bz2
blogs-gentoo-e615e1dc974dd17d20ec6aeb1b7718099241562c.zip
Update plugin jetpack to 4.3.2
Diffstat (limited to 'plugins/jetpack/sync/class.jetpack-sync-modules.php')
-rw-r--r--plugins/jetpack/sync/class.jetpack-sync-modules.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/jetpack/sync/class.jetpack-sync-modules.php b/plugins/jetpack/sync/class.jetpack-sync-modules.php
index e197c20e..d0dd0eb2 100644
--- a/plugins/jetpack/sync/class.jetpack-sync-modules.php
+++ b/plugins/jetpack/sync/class.jetpack-sync-modules.php
@@ -21,6 +21,7 @@ require_once dirname( __FILE__ ) . '/class.jetpack-sync-module-terms.php';
require_once dirname( __FILE__ ) . '/class.jetpack-sync-module-plugins.php';
require_once dirname( __FILE__ ) . '/class.jetpack-sync-module-protect.php';
require_once dirname( __FILE__ ) . '/class.jetpack-sync-module-full-sync.php';
+require_once dirname( __FILE__ ) . '/class.jetpack-sync-module-stats.php';
class Jetpack_Sync_Modules {
@@ -40,6 +41,7 @@ class Jetpack_Sync_Modules {
'Jetpack_Sync_Module_Plugins',
'Jetpack_Sync_Module_Protect',
'Jetpack_Sync_Module_Full_Sync',
+ 'Jetpack_Sync_Module_Stats',
);
private static $initialized_modules = null;