Make WordPress Core


Ignore:
Timestamp:
11/08/2023 08:08:53 PM (2 years ago)
Author:
jorbin
Message:

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

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

Reviewed by azaozz, joedolson, jorbin.

Props dlh, mukesh27, sumitbagthariya16.
Fixes #59830.

Location:
branches/6.4
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/6.4

  • branches/6.4/src/wp-admin/includes/template.php

    r56599 r57087  
    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.