Make WordPress Core


Ignore:
Timestamp:
08/01/2021 02:03:09 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Docs: Document the $wpdb global in WP_Debug_Data::get_mysql_var().

Follow-up to [51522].

See #53845.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-debug-data.php

    r51522 r51523  
    14651465     * @since 5.9.0
    14661466     *
     1467     * @global wpdb $wpdb WordPress database abstraction object.
     1468     *
    14671469     * @param string $var Name of the MySQL variable.
    14681470     * @return string|null The variable value on success. Null if the variable does not exist.
Note: See TracChangeset for help on using the changeset viewer.