You are here

function nodewords_og_og_country_name_form in Nodewords: D6 Meta Tags 6

File

nodewords_og/nodewords_og.module, line 496
OpenGraph support for Nodewords.

Code

function nodewords_og_og_country_name_form(&$form, $content, $options) {
  nodewords_og_form_default($form, $content, $options, 'og:country-name');
  $form['og:country-name']['#weight'] = -152;
}