Administration: Use wp_admin_notice() more in /wp-admin/includes/.

Adds further usages of `wp_admin_notice()` in `/wp-admin/includes/` on `.notice-error`, `.notice-warning`, `.error`, and `.updated`.

Ongoing task to implement new function across core.

Follow-up to [56408], [56409], [56410], [56518], [56570], [56571], [56572], [56573], [56576], [56589], [56590], [56597].

Props joedolson, mukesh27, costdev.
See #57791.
Built from https://develop.svn.wordpress.org/trunk@56599


git-svn-id: http://core.svn.wordpress.org/trunk@56111 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
costdev
2023-09-17 15:23:22 +00:00
parent 3546f04e16
commit 6cdd74585d
15 changed files with 279 additions and 148 deletions

View File

@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.4-alpha-56598';
$wp_version = '6.4-alpha-56599';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.