• Resolved baderstine

    (@baderstine)


    ultimate-taxonomy-manager/taxonomy.php contains a typo. Fortunately, it doesn’t affect anything major, but it is visible to the user.

    The following line should be fixed:
    <h3><?php if(is_array($xydac_edit)) _e('Edit Taxynomy','xydac'); else _e('Add a New Taxynomy','xydac'); ?></h3>

    To read:
    <h3><?php if(is_array($xydac_edit)) _e('Edit Taxonomy','xydac'); else _e('Add a New Taxonomy','xydac'); ?></h3>

    http://wordpress.org/extend/plugins/ultimate-taxonomy-manager/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Ultimate Taxonomy Manager] Typo in plugin code’ is closed to new replies.