- updated readme;

This commit is contained in:
nikitasinelnikov
2021-03-03 16:43:57 +02:00
parent c2ea5bbbdf
commit 98e266dc18
3 changed files with 4 additions and 3 deletions
@@ -836,9 +836,9 @@ if ( ! class_exists( 'um\core\Member_Directory_Meta' ) ) {
);
$query = array(
'select' => $this->select,
'select' => $this->select,
'sql_where' => $sql_where,
'having' => $this->having,
'having' => $this->having,
'sql_limit' => $this->sql_limit,
);
+1 -1
View File
@@ -2528,7 +2528,7 @@ if ( ! class_exists( 'um\core\Member_Directory' ) ) {
* }
* ?>
*/
$user_ids = apply_filters( 'um_prepare_user_results_array', $user_ids, $this->query_args );
$user_ids = apply_filters( 'um_prepare_user_results_array', $user_ids, $this->query_args );
$sizes = UM()->options()->get( 'cover_thumb_sizes' );