summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jetpack/sync/class.jetpack-sync-module-network-options.php')
-rw-r--r--plugins/jetpack/sync/class.jetpack-sync-module-network-options.php13
1 files changed, 8 insertions, 5 deletions
diff --git a/plugins/jetpack/sync/class.jetpack-sync-module-network-options.php b/plugins/jetpack/sync/class.jetpack-sync-module-network-options.php
index 458d86da..011e9bba 100644
--- a/plugins/jetpack/sync/class.jetpack-sync-module-network-options.php
+++ b/plugins/jetpack/sync/class.jetpack-sync-module-network-options.php
@@ -33,10 +33,13 @@ class Jetpack_Sync_Module_Network_Options extends Jetpack_Sync_Module {
}
// full sync
- add_filter( 'jetpack_sync_before_send_jetpack_full_sync_network_options', array(
- $this,
- 'expand_network_options',
- ) );
+ add_filter(
+ 'jetpack_sync_before_send_jetpack_full_sync_network_options',
+ array(
+ $this,
+ 'expand_network_options',
+ )
+ );
}
public function set_defaults() {
@@ -65,7 +68,7 @@ class Jetpack_Sync_Module_Network_Options extends Jetpack_Sync_Module {
if ( ! is_multisite() ) {
return 0;
}
-
+
return 1;
}