Skip to content

Commit

Permalink
Merge branch 'release/v1.2.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
r-guimaraes committed Mar 9, 2018
2 parents bbbebaa + 08875a7 commit 9ca960c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ function show_people_to_recommend() {

$users = new WP_User_Query(array(
'search' => '*' . esc_attr( $_POST['string'] ) . '*',
'search_columns' => array('user_nicename'),
'number' => 50,
'search_columns' => array('user_nicename','display_name'),
'number' => 150,
'orderby' => 'display_name',
) );

Expand Down

0 comments on commit 9ca960c

Please sign in to comment.