Ticket #46654: 46654.patch
File 46654.patch, 555 bytes (added by , 6 years ago) |
---|
-
src/wp-settings.php
115 115 require( ABSPATH . WPINC . '/class-wp-error.php' ); 116 116 require( ABSPATH . WPINC . '/pomo/mo.php' ); 117 117 118 // Include the wpdb class and, if present, a db.php database drop-in. 118 /** 119 * Include the wpdb class and, if present, a db.php database drop-in. 120 * 121 * @global wpdb $wpdb WordPress database abstraction object. 122 */ 119 123 global $wpdb; 120 124 require_wp_db(); 121 125