Ticket #46654: #46654.patch
File #46654.patch, 509 bytes (added by , 6 years ago) |
---|
-
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 string $wpdb 122 */ 123 119 124 global $wpdb; 120 125 require_wp_db(); 121 126