Make WordPress Core

Ticket #57069: 57069.7.patch

File 57069.7.patch, 1.7 KB (added by upadalavipul, 3 years ago)
  • wp-admin/includes/class-wp-debug-data.php

     
    3030         *
    3131         * @throws ImagickException
    3232         * @global wpdb $wpdb WordPress database abstraction object.
     33         * @global $_wp_theme_features
    3334         *
    3435         * @return array The debug data for the site.
    3536         */
     
    15571558         * Fetches the total size of all the database tables for the active database user.
    15581559         *
    15591560         * @since 5.2.0
     1561         *
     1562         * @global wpdb $wpdb WordPress database abstraction object.
    15601563         *
    15611564         * @return int The size of the database, in bytes.
    15621565         */
  • wp-admin/includes/class-wp-site-health.php

     
    12831283         * Tests if the database server is capable of using utf8mb4.
    12841284         *
    12851285         * @since 5.2.0
     1286         *
     1287         * @global wpdb $wpdb WordPress database abstraction object.
    12861288         *
    12871289         * @return array The test results.
    12881290         */
  • wp-admin/includes/deprecated.php

     
    524524         *
    525525         * @since 2.1.0
    526526         * @access public
     527         *
     528         * @global wpdb $wpdb WordPress database abstraction object.
    527529         */
    528530        public function prepare_query() {
    529531                global $wpdb;
     
    562564         *
    563565         * @since 2.1.0
    564566         * @access public
     567         *
     568         * @global wpdb $wpdb WordPress database abstraction object.
    565569         */
    566570        public function query() {
    567571                global $wpdb;