mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-11 18:56:10 +09:00
Tweak tooltip and comment
This commit is contained in:
@@ -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'); ?>
|
||||
|
||||
@@ -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' => '!='
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user