Make WordPress Core

Ticket #29306: 29306.2.patch

File 29306.2.patch, 585 bytes (added by SergeyBiryukov, 12 years ago)
  • src/wp-includes/wp-db.php

     
    15071507                        return false;
    15081508                }
    15091509
     1510                wp_load_translations_early();
     1511
    15101512                // We weren't able to reconnect, so we better bail.
    1511                 $this->bail( sprintf( ( "
     1513                $this->bail( sprintf( __( "
    15121514<h1>Error reconnecting to the database</h1>
    15131515<p>This means that we lost contact with the database server at <code>%s</code>. This could mean your host's database server is down.</p>
    15141516<ul>