mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Docs: Document the $wpdb global in WP_Debug_Data::get_mysql_var().
Follow-up to [51522]. See #53845. git-svn-id: https://develop.svn.wordpress.org/trunk@51523 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
495f4f7641
commit
ac47170bb5
@ -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.
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user