sync/class.jetpack-full-sync.php 1 location
|
@@ 15-18 (lines=4) @@
|
| 12 |
|
$modules = array(); |
| 13 |
|
} |
| 14 |
|
|
| 15 |
|
if ( isset( $modules['users'] ) && 'initial' === $modules['users'] ) { |
| 16 |
|
$user_module = Jetpack_Sync_Modules::get_module( 'users' ); |
| 17 |
|
$modules['users'] = $user_module->get_initial_sync_user_config(); |
| 18 |
|
} |
| 19 |
|
|
| 20 |
|
// by default, all modules are fully enabled |
| 21 |
|
if ( count( $modules ) === 0 ) { |
sync/class.jetpack-sync-module-full-sync.php 1 location
|
@@ 72-75 (lines=4) @@
|
| 69 |
|
$modules = array(); |
| 70 |
|
} |
| 71 |
|
|
| 72 |
|
if ( isset( $modules['users'] ) && 'initial' === $modules['users'] ) { |
| 73 |
|
$user_module = Jetpack_Sync_Modules::get_module( 'users' ); |
| 74 |
|
$modules['users'] = $user_module->get_initial_sync_user_config(); |
| 75 |
|
} |
| 76 |
|
|
| 77 |
|
// by default, all modules are fully enabled |
| 78 |
|
if ( count( $modules ) === 0 ) { |