Hi.
Taxonomy dhtml isn't showing node count in blocks for terms.
I believe it's beacouse type parametr is missing in taxonomy_dhtml_vocab_vert() function in this version.
taxonomy_term_count_nodes() makes use of type parametr and since it's undefined, it is not working.
For those, who want fix this immediately, you can replace '$type' parametr on line 65 with '0'. At least this works for me and I didn't find any side effects.
Comments
Comment #1
moshe weitzman commentedComment #2
(not verified) commented