Link category fixes. see #4189

git-svn-id: https://develop.svn.wordpress.org/trunk@5560 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2007-05-27 17:21:04 +00:00
parent bbcffa4c56
commit cb8250ff30
5 changed files with 11 additions and 8 deletions
+1
View File
@@ -13,6 +13,7 @@ function get_all_category_ids() {
function &get_categories($args = '') {
// TODO Add back compat fields into each object.
// Set taxonomy to link_category if type=link
return get_terms('category', $args);
}