Changeset 57087 for branches/6.4/src/wp-admin/includes/update.php
- Timestamp:
- 11/08/2023 08:08:53 PM (2 years ago)
- Location:
- branches/6.4
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-admin/includes/update.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/6.4
-
branches/6.4/src/wp-admin/includes/update.php
r56599 r57087 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 'additional_classes' => array( 'update-nag', 'inline' ), 350 'paragraph_wrap' => false, 351 351 ) 352 352 );
Note: See TracChangeset
for help on using the changeset viewer.