[wp-trac] [WordPress Trac] #9644: (bug) get_categories
WordPress Trac
wp-trac at lists.automattic.com
Fri Apr 24 23:23:08 GMT 2009
#9644: (bug) get_categories
--------------------------+-------------------------------------------------
Reporter: arena | Owner: ryan
Type: defect (bug) | Status: new
Priority: high | Milestone: 2.8
Component: Taxonomy | Version: 2.8
Severity: critical | Keywords: needs-patch
--------------------------+-------------------------------------------------
{{{
$args = array('hierarchical' =>
false,'depth'=>false,'echo'=>false,'get'=>'all');
$categories = get_categories($args);
}}}
returns
{{{
Array ( [errors] => Array ( [invalid_taxonomy] => Array ( [0] => Invalid
Taxonomy ) ) [error_data] => Array ( ) )
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/9644>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list