Ticket #57069: 57069.7.patch
| File 57069.7.patch, 1.7 KB (added by , 3 years ago) |
|---|
-
wp-admin/includes/class-wp-debug-data.php
30 30 * 31 31 * @throws ImagickException 32 32 * @global wpdb $wpdb WordPress database abstraction object. 33 * @global $_wp_theme_features 33 34 * 34 35 * @return array The debug data for the site. 35 36 */ … … 1557 1558 * Fetches the total size of all the database tables for the active database user. 1558 1559 * 1559 1560 * @since 5.2.0 1561 * 1562 * @global wpdb $wpdb WordPress database abstraction object. 1560 1563 * 1561 1564 * @return int The size of the database, in bytes. 1562 1565 */ -
wp-admin/includes/class-wp-site-health.php
1283 1283 * Tests if the database server is capable of using utf8mb4. 1284 1284 * 1285 1285 * @since 5.2.0 1286 * 1287 * @global wpdb $wpdb WordPress database abstraction object. 1286 1288 * 1287 1289 * @return array The test results. 1288 1290 */ -
wp-admin/includes/deprecated.php
524 524 * 525 525 * @since 2.1.0 526 526 * @access public 527 * 528 * @global wpdb $wpdb WordPress database abstraction object. 527 529 */ 528 530 public function prepare_query() { 529 531 global $wpdb; … … 562 564 * 563 565 * @since 2.1.0 564 566 * @access public 567 * 568 * @global wpdb $wpdb WordPress database abstraction object. 565 569 */ 566 570 public function query() { 567 571 global $wpdb;