Skip to content

Commit

Permalink
Remove unnecessary calls to the metatag_property theme hook.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jen Lampton committed Dec 24, 2017
1 parent 090d919 commit 109e727
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions metatag_app_links/metatag_app_links.metatag.inc
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ function metatag_app_links_metatag_info() {
'description' => '',
'class' => 'BackdropTextMetaTag',
'group' => 'app_links',
'element' => array(
'#theme' => 'metatag_property',
),
);
// Stack these codes after most others.
$weight = 80;
Expand Down
3 changes: 0 additions & 3 deletions metatag_facebook/metatag_facebook.metatag.inc
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ function metatag_facebook_metatag_info() {
'description' => '',
'class' => 'BackdropTextMetaTag',
'group' => 'facebook',
'element' => array(
'#theme' => 'metatag_property',
),
);

$info['tags']['fb:admins'] = array(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ function metatag_opengraph_products_metatag_info() {
'description' => '',
'class' => 'BackdropTextMetaTag',
'group' => 'open-graph-products',
'element' => array(
'#theme' => 'metatag_property',
),
);

$weight = 50;
Expand Down

0 comments on commit 109e727

Please sign in to comment.