You are here

function nodewords_add in Nodewords: D6 Meta Tags 6.2

Create a new meta tag.

File

./nodewords.admin.inc, line 20
Administration forms.

Code

function nodewords_add(&$form_state) {
  return nodewords_edit($form_state, NULL);
}