mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-22 06:29:30 +00:00
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:
parent
2a0191b901
commit
963dd5f06d
@ -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.
|
||||
*/
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user