Skip to content

Commit

Permalink
Use slug in generator tag instead of plugin name (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
westonruter committed Apr 12, 2024
1 parent f930d5c commit df12463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/class-performant-translations.php
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ public static function upgrader_process_complete( $upgrader, $hook_extra ) {
* @return void
*/
public static function add_generator_tag() {
echo '<meta name="generator" content="Performant Translations ' . esc_attr( PERFORMANT_TRANSLATIONS_VERSION ) . '">' . "\n";
echo '<meta name="generator" content="performant-translations ' . esc_attr( PERFORMANT_TRANSLATIONS_VERSION ) . '">' . "\n";
}

/**
Expand Down

0 comments on commit df12463

Please sign in to comment.