AND get_terms() field queries

git-svn-id: https://develop.svn.wordpress.org/trunk@5807 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2007-07-17 02:02:52 +00:00
parent fbf238ca99
commit 810ebfe299
2 changed files with 6 additions and 6 deletions

View File

@@ -540,7 +540,7 @@ class wp_xmlrpc_server extends IXR_Server {
return($this->error);
}
$args = array('get' => 'all', 'number' => $max_results, 'name_like' => $category);
$args = array('get' => 'all', 'number' => $max_results, 'name__like' => $category);
$category_suggestions = get_categories($args);
return($category_suggestions);