Changeset 45734 for trunk/src/wp-admin/includes/schema.php
- Timestamp:
- 08/04/2019 01:11:01 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/schema.php
r44976 r45734 12 12 * Declare these as global in case schema.php is included from a function. 13 13 * 14 * @global wpdb $wpdb 14 * @global wpdb $wpdb WordPress database abstraction object. 15 15 * @global array $wp_queries 16 16 * @global string $charset_collate … … 359 359 * @since 5.1.0 The $options parameter has been added. 360 360 * 361 * @global wpdb $wpdb WordPress database abstraction object.362 * @global int $wp_db_version 363 * @global int $wp_current_db_version 361 * @global wpdb $wpdb WordPress database abstraction object. 362 * @global int $wp_db_version WordPress database version. 363 * @global int $wp_current_db_version The old (current) database version. 364 364 * 365 365 * @param array $options Optional. Custom option $key => $value pairs to use. Default empty array.
Note: See TracChangeset
for help on using the changeset viewer.