This commit is contained in:
Champ Camba
2020-02-17 20:35:22 +08:00
17 changed files with 584 additions and 398 deletions
@@ -644,7 +644,7 @@ if ( ! class_exists( 'um\core\Member_Directory_Meta' ) ) {
$this->joins[] = "LEFT JOIN {$wpdb->prefix}um_metadata umm_sort ON ( umm_sort.user_id = u.ID AND umm_sort.um_key = '_um_last_login' )";
$this->sql_order = " ORDER BY CAST( umm_sort.um_value AS SIGNED ) {$order} ";
$this->sql_order = " ORDER BY CAST( umm_sort.um_value AS SIGNED ) DESC ";
} elseif ( $sortby == 'last_first_name' ) {
+3 -3
View File
@@ -159,9 +159,9 @@ if ( ! class_exists( 'um\core\Plugin_Updater' ) ) {
'key' => 'filesharing',
'title' => 'File Sharing',
),
'um-user-location/um-user-location.php' => array(
'key' => 'user-location',
'title' => 'User Location',
'um-user-locations/um-user-locations.php' => array(
'key' => 'user-locations',
'title' => 'User Locations',
),
'um-profile-tabs/um-profile-tabs.php' => array(
'key' => 'profile_tabs',