From 538b3e0cc6b407dc5363c78ec89ec41a34a33462 Mon Sep 17 00:00:00 2001 From: Champ Camba Date: Tue, 30 May 2017 14:27:47 +0800 Subject: [PATCH] Fix cache user's profile option description --- um-config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/um-config.php b/um-config.php index 650807aa..b6bcab63 100644 --- a/um-config.php +++ b/um-config.php @@ -2008,8 +2008,8 @@ $arr_advanced_fields = array( array( 'id' => 'um_profile_object_cache_stop', 'type' => 'switch', - 'title' => __( 'Stop caching user\'s profile data','ultimatemember' ), - 'default' => 0, + 'title' => __( 'Cache user\'s profile data','ultimatemember' ), + 'default' => 1, 'desc' => __('Turn off If you have performance issue.','ultimatemember'), 'on' => __('On','ultimatemember'), 'off' => __('Off','ultimatemember'),