mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
call get_users() from get_users_of_blog()
git-svn-id: https://develop.svn.wordpress.org/trunk@15566 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -4225,6 +4225,8 @@ function _wp_search_sql($string, $cols) {
|
||||
* @since 3.1.0
|
||||
*
|
||||
* @param array $queries An array of queries
|
||||
* @param string $meta_id_column The column that holds the object id
|
||||
* @param string $table Which meta table to look in
|
||||
* @return string
|
||||
*/
|
||||
function _wp_meta_sql( $queries, $meta_id_column, $table ) {
|
||||
|
||||
Reference in New Issue
Block a user