Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Jan 10, 2025
1 parent 9f4c333 commit f36f8d3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion mu-plugins/gravityforms.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@
'plugin_row_meta',
static function ($plugin_meta, $plugin_file) {
if ($plugin_file === 'gravityforms/gravityforms.php') {
$plugin_meta[] = '<a href="https://docs.gravityforms.com/gravityforms-change-log/" target="_blank">Changelog</a>';
$plugin_meta[] = sprintf(
'<a href="%s" target="_blank">%s</a>',
'https://docs.gravityforms.com/gravityforms-change-log/',
'Changelog'
);
}
return $plugin_meta;
},
Expand Down

0 comments on commit f36f8d3

Please sign in to comment.