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:
scribu
2010-09-05 14:35:55 +00:00
parent 529a40e2b8
commit ef3ee6e841
5 changed files with 37 additions and 39 deletions

View File

@@ -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 ) {