In the metatag override pages (e.g.: admin/config/search/metatags/config/global%3Afrontpage, admin/config/search/metatags/config/node, etc.), in the Advanced fieldset, the link to the Open Directory Project in the title of the checkbox metatags[robots][value][noodp] is linked to @odp-link, not http://www.dmoz.org/.
Observed on brand-new drupal-7.22 (minimal install profile) with ctools-7.x-1.0-rc1, metatags-7.x-1.0-alpha1 (Meta tag API and Meta tag UI sub-modules enabled) and token-7.x-1.0-beta5.
Patch to follow.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | fix_t_args_name-1281534-1.patch | 1.04 KB | mparker17 |
Comments
Comment #1
mparker17The argument
@odp-linkin the string passed tot()did not match the name of the argument passed to the same function (it was@odp-url). You'll need to clear caches after applying the patch.Comment #2
mparker17Whoops... should mark as "needs review".
Comment #3
dave reidThanks! I used @odp-url but I still gave you credit on the commit to 7.x-1.x.
http://drupalcode.org/project/metatags.git/commit/ad95fca
Comment #4
mparker17Cool!
Thanks for all your hard work on this module! It looks awesome!
Comment #6
mparker17Unassigning myself, now that this is Closed (fixed).