Changeset 52978 for trunk/src/wp-includes/ms-load.php
- Timestamp:
- 03/22/2022 04:23:32 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-load.php
r49197 r52978 496 496 __( 'https://wordpress.org/support/article/debugging-a-wordpress-network/' ) 497 497 ); 498 $msg .= ' ' . __( 'If you ’re still stuck with this message, then check that your database contains the following tables:' ) . '</p><ul>';498 $msg .= ' ' . __( 'If you are still stuck with this message, then check that your database contains the following tables:' ) . '</p><ul>'; 499 499 foreach ( $wpdb->tables( 'global' ) as $t => $table ) { 500 500 if ( 'sitecategories' === $t ) {
Note: See TracChangeset
for help on using the changeset viewer.