bug report
-
in file:
gd-taxonomies-tools/forms/admin/tax.item.php
line:28echo count(get_terms($tax_data->name));
should replace with
echo wp_count_terms($tax_data->name);
because if a taxonomy has alot of terms (like mine with over 40k terms) it gonna blow mysql and will get blank screen.
- The topic ‘bug report’ is closed to new replies.