- πΊπΈUnited States bluegeek9
Thank you for your contributions to this issue. As Drupal 4 has reached its End of Life and is no longer supported, we are closing this issue. We encourage you to upgrade to a supported version of Drupal.
The label of the delete link is incorrect.
In the function feature_admin_overview
the line :
l(t('feature'), "admin/node/feature/delete/$feature->fid"));
should be replaced by
l(t('delete'), "admin/node/feature/delete/$feature->fid"));
Closed: outdated
1.0
Code
Thank you for your contributions to this issue. As Drupal 4 has reached its End of Life and is no longer supported, we are closing this issue. We encourage you to upgrade to a supported version of Drupal.