id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,focuses 17539,category-template improve for custom taxonomies?,unsalkorkmaz,,"I was trying to use json-api plugin but there was problem with custom taxonomies. I saw they found a fix but that needs to edit core files: http://wordpress.org/support/topic/plugin-json-api-querying-custom-taxonomy-on-custom-post-type-causes-fatal-error {{{ I got custom code to retrieve custom taxonomy, I added this piece code to the file category-template.php line 95 // $categories = wp_get_object_terms( $id, 'category' ); // CHANGE TO $args = array('public' => true); $output = 'names'; // or objects $operator = 'and'; // 'and' or 'or' $taxonomies = get_taxonomies($args, $output, $operator); $categories = wp_get_object_terms( $id, $taxonomies); // END }}} i dont want to edit core files but is there any chance to put this change for wp3.2?",enhancement,closed,normal,,General,3.2,minor,invalid,,,