Changeset 45734 for trunk/src/wp-includes/load.php
- Timestamp:
- 08/04/2019 01:11:01 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/load.php
r45672 r45734 407 407 * @since 2.5.0 408 408 * 409 * @global wpdb $wpdb The WordPress database class.409 * @global wpdb $wpdb WordPress database abstraction object. 410 410 */ 411 411 function require_wp_db() { … … 438 438 * @access private 439 439 * 440 * @global wpdb $wpdb The WordPress database class.440 * @global wpdb $wpdb WordPress database abstraction object. 441 441 * @global string $table_prefix The database table prefix. 442 442 */
Note: See TracChangeset
for help on using the changeset viewer.