Skip to content

Commit

Permalink
Remove redudant og:site_name insertion.
Browse files Browse the repository at this point in the history
  • Loading branch information
Emily Leffler Schulman committed Aug 3, 2019
1 parent 61ee1a0 commit f4e11e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion functions.opengraph.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ function jetpack_og_tags() {
} elseif ( is_archive() ) {
$tags['og:type'] = 'website';
$tags['og:title'] = wp_get_document_title();
$tags['og:site_name'] = get_bloginfo( 'name' );

$archive = get_queried_object();
if ( ! empty( $archive ) ) {
Expand Down

0 comments on commit f4e11e4

Please sign in to comment.