Skip to content

Commit

Permalink
Fix creator metadata syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
edent authored Sep 9, 2024
1 parent 7da5bc6 commit ab41f92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/class-opengraph.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public static function add_meta_tags() {

foreach ( $value as $v ) {
printf(
'<meta property="%1$s" name="%1$s" content="%2$s" />' . PHP_EOL,
'<meta name="%1$s" content="%2$s">' . PHP_EOL,
esc_attr( $key ),
esc_attr( $v )
);
Expand Down

0 comments on commit ab41f92

Please sign in to comment.