Ticket #16366: 16366.3.diff
File 16366.3.diff, 454 bytes (added by , 12 years ago) |
---|
-
wp-includes/user.php
480 480 $search_columns = array('user_login', 'user_nicename'); 481 481 } 482 482 483 $search_columns = apply_filters( 'user_search_columns', $search_columns, $search ); 484 483 485 $this->query_where .= $this->get_search_sql( $search, $search_columns, $wild ); 484 486 } 485 487