Coding Standards: Remove trailing comma.

Follow up to [57437].
Built from https://develop.svn.wordpress.org/branches/6.3@57441


git-svn-id: http://core.svn.wordpress.org/branches/6.3@56947 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2024-01-30 17:28:25 +00:00
parent 0f1f395951
commit 295161a5de
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
printf(
/* translators: %s: WordPress version. */
__( '<strong>Version %s</strong> addressed some security issues.' ),
'6.3.3',
'6.3.3'
);
?>
<?php