Hi, I'm VERY new to this Drupal stuff, so bear with me, but I think I found a small typo in the Feature code, for the DELETE feature function.
I believe that the module line that states:
l(t('feature'), "admin/node/feature/delete/$feature->fid"));
should say:
l(t('delete'), "admin/node/feature/delete/$feature->fid"));
I changed the code on mine, and it didn't seem to cause any functional problems...but I hadn't checked everything so let us know if changing this title will cause errors somewhere else.
Thanks for a great module!
Comments
Comment #1
eurekaloop commented