mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-07 22:24:36 +00:00
Docs: Improve various globals documentation, as per documentation standards.
Props upadalavipul. See #57069, #56792. git-svn-id: https://develop.svn.wordpress.org/trunk@54953 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user