Changeset 47067
- Timestamp:
- 01/13/2020 04:58:06 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/network.php
r46963 r47067 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.' ), … … 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=" updatedinline"><p>437 <div class="notice notice-warning inline"><p> 438 438 <?php 439 439 if ( file_exists( $home_path . '.htaccess' ) ) {
Note: See TracChangeset
for help on using the changeset viewer.