|
@@ -336,7 +336,7 @@ discard block |
|
|
block discarded – undo |
|
336
|
336
|
* @access public |
|
337
|
337
|
* @static |
|
338
|
338
|
* |
|
339
|
|
- * @return bool|null False if sync is not allowed. |
|
|
339
|
+ * @return false|null False if sync is not allowed. |
|
340
|
340
|
*/ |
|
341
|
341
|
public static function do_initial_sync() { |
|
342
|
342
|
// Lets not sync if we are not suppose to. |
|
@@ -506,7 +506,7 @@ discard block |
|
|
block discarded – undo |
|
506
|
506
|
* @static |
|
507
|
507
|
* |
|
508
|
508
|
* @param array $sync_modules The list of sync modules declared prior to this filter. |
|
509
|
|
- * @return array A list of sync modules that now includes Woo's modules. |
|
|
509
|
+ * @return string[] A list of sync modules that now includes Woo's modules. |
|
510
|
510
|
*/ |
|
511
|
511
|
public static function add_woocommerce_sync_module( $sync_modules ) { |
|
512
|
512
|
$sync_modules[] = 'Automattic\\Jetpack\\Sync\\Modules\\WooCommerce'; |
|
@@ -533,7 +533,7 @@ discard block |
|
|
block discarded – undo |
|
533
|
533
|
* @static |
|
534
|
534
|
* |
|
535
|
535
|
* @param array $sync_modules The list of sync modules declared prior to this filer. |
|
536
|
|
- * @return array A list of sync modules that now includes WP Super Cache's modules. |
|
|
536
|
+ * @return string[] A list of sync modules that now includes WP Super Cache's modules. |
|
537
|
537
|
*/ |
|
538
|
538
|
public static function add_wp_super_cache_sync_module( $sync_modules ) { |
|
539
|
539
|
$sync_modules[] = 'Automattic\\Jetpack\\Sync\\Modules\\WP_Super_Cache'; |
Please login to merge, or discard this patch.