summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jetpack/sync/class.jetpack-sync-module-wp-super-cache.php')
-rw-r--r--plugins/jetpack/sync/class.jetpack-sync-module-wp-super-cache.php40
1 files changed, 20 insertions, 20 deletions
diff --git a/plugins/jetpack/sync/class.jetpack-sync-module-wp-super-cache.php b/plugins/jetpack/sync/class.jetpack-sync-module-wp-super-cache.php
index f1c9fc80..04d6c5dd 100644
--- a/plugins/jetpack/sync/class.jetpack-sync-module-wp-super-cache.php
+++ b/plugins/jetpack/sync/class.jetpack-sync-module-wp-super-cache.php
@@ -46,26 +46,26 @@ class Jetpack_Sync_Module_WP_Super_Cache extends Jetpack_Sync_Module {
global $cache_domain_mapping;
return array(
- 'wp_cache_mod_rewrite' => $wp_cache_mod_rewrite,
- 'cache_enabled' => $cache_enabled,
- 'super_cache_enabled' => $super_cache_enabled,
- 'ossdlcdn' => $ossdlcdn,
- 'cache_rebuild_files' => $cache_rebuild_files,
- 'wp_cache_mobile' => $wp_cache_mobile,
- 'wp_super_cache_late_init' => $wp_super_cache_late_init,
- 'wp_cache_anon_only' => $wp_cache_anon_only,
- 'wp_cache_not_logged_in' => $wp_cache_not_logged_in,
- 'wp_cache_clear_on_post_edit' => $wp_cache_clear_on_post_edit,
- 'wp_cache_mobile_enabled' => $wp_cache_mobile_enabled,
- 'wp_super_cache_debug' => $wp_super_cache_debug,
- 'cache_max_time' => $cache_max_time,
+ 'wp_cache_mod_rewrite' => $wp_cache_mod_rewrite,
+ 'cache_enabled' => $cache_enabled,
+ 'super_cache_enabled' => $super_cache_enabled,
+ 'ossdlcdn' => $ossdlcdn,
+ 'cache_rebuild_files' => $cache_rebuild_files,
+ 'wp_cache_mobile' => $wp_cache_mobile,
+ 'wp_super_cache_late_init' => $wp_super_cache_late_init,
+ 'wp_cache_anon_only' => $wp_cache_anon_only,
+ 'wp_cache_not_logged_in' => $wp_cache_not_logged_in,
+ 'wp_cache_clear_on_post_edit' => $wp_cache_clear_on_post_edit,
+ 'wp_cache_mobile_enabled' => $wp_cache_mobile_enabled,
+ 'wp_super_cache_debug' => $wp_super_cache_debug,
+ 'cache_max_time' => $cache_max_time,
'wp_cache_refresh_single_only' => $wp_cache_refresh_single_only,
- 'wp_cache_mfunc_enabled' => $wp_cache_mfunc_enabled,
- 'wp_supercache_304' => $wp_supercache_304,
- 'wp_cache_no_cache_for_get' => $wp_cache_no_cache_for_get,
- 'wp_cache_mutex_disabled' => $wp_cache_mutex_disabled,
- 'cache_jetpack' => $cache_jetpack,
- 'cache_domain_mapping' => $cache_domain_mapping,
+ 'wp_cache_mfunc_enabled' => $wp_cache_mfunc_enabled,
+ 'wp_supercache_304' => $wp_supercache_304,
+ 'wp_cache_no_cache_for_get' => $wp_cache_no_cache_for_get,
+ 'wp_cache_mutex_disabled' => $wp_cache_mutex_disabled,
+ 'cache_jetpack' => $cache_jetpack,
+ 'cache_domain_mapping' => $cache_domain_mapping,
);
}
@@ -76,4 +76,4 @@ class Jetpack_Sync_Module_WP_Super_Cache extends Jetpack_Sync_Module {
public function add_wp_super_cache_callable_whitelist( $list ) {
return array_merge( $list, self::$wp_super_cache_callables );
}
-} \ No newline at end of file
+}