diff --git src/wp-admin/includes/network.php src/wp-admin/includes/network.php
index 3f29c71b86..7fe03dc472 100644
|
|
function network_step1( $errors = false ) { |
122 | 122 | |
123 | 123 | $active_plugins = get_option( 'active_plugins' ); |
124 | 124 | if ( ! empty( $active_plugins ) ) { |
125 | | echo '<div class="updated"><p><strong>' . __( 'Warning:' ) . '</strong> ' . sprintf( |
| 125 | echo '<div class="notice notice-warning"><p><strong>' . __( 'Warning:' ) . '</strong> ' . sprintf( |
126 | 126 | /* translators: %s: URL to Plugins screen. */ |
127 | 127 | __( 'Please <a href="%s">deactivate your plugins</a> before enabling the Network feature.' ), |
128 | 128 | admin_url( 'plugins.php?plugin_status=active' ) |
… |
… |
function network_step2( $errors = false ) { |
434 | 434 | ?> |
435 | 435 | <h3><?php esc_html_e( 'Enabling the Network' ); ?></h3> |
436 | 436 | <p><?php _e( 'Complete the following steps to enable the features for creating a network of sites.' ); ?></p> |
437 | | <div class="updated inline"><p> |
| 437 | <div class="notice notice-warning inline"><p> |
438 | 438 | <?php |
439 | 439 | if ( file_exists( $home_path . '.htaccess' ) ) { |
440 | 440 | echo '<strong>' . __( 'Caution:' ) . '</strong> '; |