Administration: Fix typos in wp_admin_notice() arguments in a few instances.

Follow-up to [56570], [56599].

Props dlh, mukesh27, sumitbagthariya16.
Fixes #59830.

git-svn-id: https://develop.svn.wordpress.org/trunk@57084 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2023-11-08 11:04:14 +00:00
parent 74e0604508
commit 1eed1269eb
3 changed files with 6 additions and 6 deletions

View File

@@ -195,7 +195,7 @@ if ( isset( $_GET['a'] ) ) {
__( 'File edited successfully.' ),
array(
'id' => 'message',
'is-dismissible' => true,
'dismissible' => true,
'additional_classes' => array( 'updated' ),
)
);