You are here

function nodewords_og_og_latitude_form in Nodewords: D6 Meta Tags 6

File

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

Code

function nodewords_og_og_latitude_form(&$form, $content, $options) {
  nodewords_og_form_default($form, $content, $options, 'og:latitude');
  $form['og:latitude']['#weight'] = -158;
}