Make WordPress Core


Ignore:
Timestamp:
11/08/2023 11:04:14 AM (19 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/includes/update.php

    r56599 r57084  
    346346        $msg,
    347347        array(
    348             'type'              => 'warning',
    349             'additonal_classes' => array( 'update-nag', 'inline' ),
    350             'paragraph_wrap'    => false,
     348            'type'               => 'warning',
     349            'additional_classes' => array( 'update-nag', 'inline' ),
     350            'paragraph_wrap'     => false,
    351351        )
    352352    );
Note: See TracChangeset for help on using the changeset viewer.