Make WordPress Core


Ignore:
Timestamp:
11/08/2023 11:04:14 AM (17 months ago)
Author:
SergeyBiryukov
Message:

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

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

Props dlh, mukesh27, sumitbagthariya16.
Fixes #59830.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/theme-editor.php

    r56600 r57084  
    196196        array(
    197197            'id'                 => 'message',
    198             'is-dismissible'     => true,
     198            'dismissible'        => true,
    199199            'additional_classes' => array( 'updated' ),
    200200        )
Note: See TracChangeset for help on using the changeset viewer.