Skip to content

Commit

Permalink
Change og_image to URL
Browse files Browse the repository at this point in the history
Because og_image is a URL.
  • Loading branch information
Jose Nuñez Ahumada authored and live627 committed Jan 11, 2017
1 parent 3a76bf4 commit e189f0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Themes/default/Settings.template.php
Original file line number Diff line number Diff line change
Expand Up @@ -204,9 +204,9 @@ function template_settings()
'id' => 'og_image',
'label' => $txt['og_image'],
'description' => $txt['og_image_desc'],
'type' => 'text',
'type' => 'url',
),
);
}

?>
?>

0 comments on commit e189f0d

Please sign in to comment.