Changeset 55418 for trunk/src/wp-admin/my-sites.php
- Timestamp:
- 02/23/2023 10:11:51 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/my-sites.php
r55412 r55418 57 57 58 58 if ( $updated ) { ?> 59 <div id="message" class=" updated noticeis-dismissible"><p><strong><?php _e( 'Settings saved.' ); ?></strong></p></div>59 <div id="message" class="notice notice-success is-dismissible"><p><strong><?php _e( 'Settings saved.' ); ?></strong></p></div> 60 60 <?php } ?> 61 61 … … 75 75 76 76 if ( empty( $blogs ) ) : 77 echo '<p>';78 _e( 'You must be a member of at least one site to use this page.' );79 echo '</p>';77 ?> 78 <div class="notice notice-error is-dismissible"><p><strong><?php _e( 'You must be a member of at least one site to use this page.' ); ?></strong></p></div> 79 <?php 80 80 else : 81 81 ?>
Note: See TracChangeset
for help on using the changeset viewer.