The module should re-implement the code that allowed third-party modules to change the meta tags content through hook_nodewords_tags_alter(&tags, $id, $options).

Comments

avpaderno’s picture

Title: Re-add the code that allows third-party module to change the meta tags content » Re-add the call to drupal_alter('nodewords_tags')
Status: Active » Fixed

The code has been changed, and committed in CVS.
Rather than using hook_nodewords_tags_alter(), the code uses hook_nodewords_tags_output_alter() because it allows third-party modules to alter the output of the module before it is added to the HTML output, or to the search index.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.