Make WordPress Core


Ignore:
Timestamp:
02/23/2023 10:11:51 PM (4 years ago)
Author:
joedolson
Message:

Networks and Sites: Use consistent markup for admin notices.

Fix admin notices in network screens so they use consistent markup and style.

Props afercia, marksabbath, stevenkword, jeremyfelt, aryamaaru, robinwpdeveloper, obayedmamur, joedolson.
Fixes #39213.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/network/sites.php

    r55415 r55418  
    355355
    356356        if ( ! empty( $msg ) ) {
    357                 $msg = '<div id="message" class="updated notice is-dismissible"><p>' . $msg . '</p></div>';
     357                $msg = '<div id="message" class="notice notice-success is-dismissible"><p>' . $msg . '</p></div>';
    358358        }
    359359}
Note: See TracChangeset for help on using the changeset viewer.