Tweak tooltip and comment

This commit is contained in:
champsupertramp
2016-02-23 16:45:53 +08:00
parent 0262e29e1e
commit f7d7b118a6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -34,7 +34,7 @@
</p><div class="um-admin-clear"></div>
<p>
<label class="um-admin-half"><?php _e('Only show members who have uploaded a profile photo','ultimatemember'); ?></label>
<label class="um-admin-half"><?php _e('Only show members who have uploaded a profile photo','ultimatemember'); ?><?php $this->tooltip('If \'Use Gravatars\' as profile photo is enabled, this option is ignored'); ?></label>
<span class="um-admin-half">
<?php $this->ui_on_off('_um_has_profile_photo'); ?>
+1 -1
View File
@@ -130,7 +130,7 @@
$query_args['meta_query'][] = array(
'relation' => 'OR',
array(
'key' => 'synced_profile_photo', // social login
'key' => 'synced_profile_photo', // addons
'value' => '',
'compare' => '!='
),