mirror of
git://develop.git.wordpress.org/
synced 2025-04-04 20:23:27 +02:00
Coding Standards: Remove trailing comma.
Follow up to [57437]. git-svn-id: https://develop.svn.wordpress.org/branches/6.3@57441 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
789311e777
commit
c1f5feef0d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user