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

Follow-up to [51522].

See #53845.
Built from https://develop.svn.wordpress.org/trunk@51523


git-svn-id: http://core.svn.wordpress.org/trunk@51134 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2021-08-01 14:04:56 +00:00
parent 2a0191b901
commit 963dd5f06d
2 changed files with 3 additions and 1 deletions

View File

@ -1464,6 +1464,8 @@ class WP_Debug_Data {
*
* @since 5.9.0
*
* @global wpdb $wpdb WordPress database abstraction object.
*
* @param string $var Name of the MySQL variable.
* @return string|null The variable value on success. Null if the variable does not exist.
*/

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.9-alpha-51522';
$wp_version = '5.9-alpha-51523';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.