the line if (count($existing_terms > 0)) { should be changed to if (count($existing_terms) > 0) {
if (count($existing_terms > 0)) {
if (count($existing_terms) > 0) {
Golly, you are right. Been there a while! Fixed in 6.2-dev
Automatically closed -- issue fixed for 2 weeks with no activity.
Comments
Comment #1
dman commentedGolly, you are right. Been there a while!
Fixed in 6.2-dev