Skip to content

Commit

Permalink
minor doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
scor committed May 13, 2010
1 parent 9422237 commit b78053c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions opengraphprotocol.module
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ function opengraphprotocol_form_node_type_form_alter(&$form, $form_state) {
$form['opengraphprotocol']['opengraphprotocol_type'] = array(
'#type' => 'select',
'#title' => t('Open Graph protocol type'),
'#description' => t('Choose the Open Graph protocol type you want to associate with this content type.'),
'#default_value' => variable_get('opengraphprotocol_type_' . $form['#node_type']->type, ''),
'#options' => $og_types_options,
);
Expand Down

0 comments on commit b78053c

Please sign in to comment.