Deprecate is_term, is_taxonomy, is_post_type for *_exists(). Props nacin. fixes #13747

git-svn-id: https://develop.svn.wordpress.org/trunk@15220 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2010-06-11 15:53:41 +00:00
parent 9c74b84590
commit fc2793bd46
9 changed files with 94 additions and 40 deletions
+1 -1
View File
@@ -482,7 +482,7 @@ function wp_list_categories( $args = '' ) {
extract( $r );
if ( !is_taxonomy($taxonomy) )
if ( !taxonomy_exists($taxonomy) )
return false;
$categories = get_categories( $r );