Changeset 32116 for trunk/src/wp-includes/ms-load.php
- Timestamp:
- 04/12/2015 09:28:58 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-load.php
r31899 r32116 424 424 } 425 425 $msg .= '<p><strong>' . __( 'What do I do now?' ) . '</strong> '; 426 $msg .= __( 'Read the <a target="_blank" href="http ://codex.wordpress.org/Debugging_a_WordPress_Network">bug report</a> page. Some of the guidelines there may help you figure out what went wrong.' );426 $msg .= __( 'Read the <a target="_blank" href="https://codex.wordpress.org/Debugging_a_WordPress_Network">bug report</a> page. Some of the guidelines there may help you figure out what went wrong.' ); 427 427 $msg .= ' ' . __( 'If you’re still stuck with this message, then check that your database contains the following tables:' ) . '</p><ul>'; 428 428 foreach ( $wpdb->tables('global') as $t => $table ) {
Note: See TracChangeset
for help on using the changeset viewer.