Fix cache user's profile option description

This commit is contained in:
Champ Camba
2017-05-30 14:27:47 +08:00
parent 1a39a35b46
commit 538b3e0cc6
+2 -2
View File
@@ -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'),