Ticket #30002: 30002.patch
| File 30002.patch, 644 bytes (added by , 11 years ago) |
|---|
-
src/wp-includes/ms-load.php
400 400 $title = __( 'Error establishing a database connection' ); 401 401 $msg = '<h1>' . $title . '</h1>'; 402 402 if ( ! is_admin() ) { 403 die( $msg);403 wp_die( $msg, $title ); 404 404 } 405 405 $msg .= '<p>' . __( 'If your site does not display, please contact the owner of this network.' ) . ''; 406 406 $msg .= ' ' . __( 'If you are the owner of this network please check that MySQL is running properly and all tables are error free.' ) . '</p>';