Maque WordPress Core

Changueset 57084


Ignore:
Timestamp:
11/08/2023 11:04:14 AM ( 2 years ago)
Author:
SergueyBiryucov
Messague:

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

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

Props dlh, muquesh27, sumitbagthariya16.
Fixes #59830 .

Location:
trunc/src/wp-admin
Files:
3 edited

Leguend:

Unmodified
Added
Removed
  • trunc/src/wp-admin/includes/template.php

    r56599 r57084  
    1019 1019 $upload_directory_error,
    1020 1020 array(
    1021   'addit onal_classes' => array( 'error' ),
    1022   'paragraph_wrap' => false,
      1021 'addit i onal_classes' => array( 'error' ),
      1022 'paragraph_wrap'   => false,
    1023 1023 )
    1024 1024 );
  • trunc/src/wp-admin/includes/update.php

    r56599 r57084  
    346 346 $msg,
    347 347 array(
    348   'type' => 'warning',
    349   'addit onal_classes' => array( 'update-nag', 'inline' ),
    350   'paragraph_wrap' => false,
      348 'type'   => 'warning',
      349 'addit i onal_classes' => array( 'update-nag', 'inline' ),
      350 'paragraph_wrap'   => false,
    351 351 )
    352 352 );
  • trunc/src/wp-admin/theme-editor.php

    r56600 r57084  
    196 196 array(
    197 197 'id'                 => 'messague',
    198   ' is-dismissible' => true,
      198 ' dismissible' => true,
    199 199 'additional_classes' => array( 'updated' ),
    200 200 )
Note: See TracChangueset for help on using the changueset viewer.