Docs: Improve various globals documentation, as per documentation standards.

Props upadalavipul.
See #57069, #56792.

Built from https://develop.svn.wordpress.org/trunk@54953


git-svn-id: http://core.svn.wordpress.org/trunk@54505 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb
2022-12-09 11:54:13 +00:00
parent 0d03ee0b7a
commit 01102b3d6e
10 changed files with 22 additions and 1 deletions

View File

@@ -30,6 +30,7 @@ class WP_Debug_Data {
*
* @throws ImagickException
* @global wpdb $wpdb WordPress database abstraction object.
* @global $_wp_theme_features
*
* @return array The debug data for the site.
*/
@@ -1558,6 +1559,8 @@ class WP_Debug_Data {
*
* @since 5.2.0
*
* @global wpdb $wpdb WordPress database abstraction object.
*
* @return int The size of the database, in bytes.
*/
public static function get_database_size() {