Make WordPress Core


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

    r56599 r57084  
    10191019            $upload_directory_error,
    10201020            array(
    1021                 'additonal_classes' => array( 'error' ),
    1022                 'paragraph_wrap'    => false,
     1021                'additional_classes' => array( 'error' ),
     1022                'paragraph_wrap'     => false,
    10231023            )
    10241024        );
Note: See TracChangeset for help on using the changeset viewer.