Make WordPress Core


Ignore:
Timestamp:
10/08/2015 05:10:58 PM (10 years ago)
Author:
SergeyBiryukov
Message:

Add wp_load_translations_early() to wpdb::check_connection().

Fixes #29306. See #34216.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/wp-db.php

    r34942 r34943  
    16341634        }
    16351635
     1636        wp_load_translations_early();
     1637
    16361638        $message = '<h1>' . __( 'Error reconnecting to the database' ) . "</h1>\n";
    16371639
Note: See TracChangeset for help on using the changeset viewer.