mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-07 22:24:36 +00:00
Docs: Various docblock fixes in Site Health related files, as per documentation standards.
This addresses some files modified in changeset [54113]. See #55646. git-svn-id: https://develop.svn.wordpress.org/trunk@54114 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1394,7 +1394,7 @@ class WP_Debug_Data {
|
||||
}
|
||||
|
||||
/**
|
||||
* Add to or modify the debug information shown on the Tools -> Site Health -> Info screen.
|
||||
* Filters the debug information shown on the Tools -> Site Health -> Info screen.
|
||||
*
|
||||
* Plugin or themes may wish to introduce their own debug information without creating
|
||||
* additional admin pages. They can utilize this filter to introduce their own sections
|
||||
@@ -1484,7 +1484,7 @@ class WP_Debug_Data {
|
||||
}
|
||||
|
||||
/**
|
||||
* Format the information gathered for debugging, in a manner suitable for copying to a forum or support ticket.
|
||||
* Formats the information gathered for debugging, in a manner suitable for copying to a forum or support ticket.
|
||||
*
|
||||
* @since 5.2.0
|
||||
*
|
||||
@@ -1553,7 +1553,7 @@ class WP_Debug_Data {
|
||||
}
|
||||
|
||||
/**
|
||||
* Fetch the total size of all the database tables for the active database user.
|
||||
* Fetches the total size of all the database tables for the active database user.
|
||||
*
|
||||
* @since 5.2.0
|
||||
*
|
||||
@@ -1574,7 +1574,7 @@ class WP_Debug_Data {
|
||||
}
|
||||
|
||||
/**
|
||||
* Fetch the sizes of the WordPress directories: `wordpress` (ABSPATH), `plugins`, `themes`, and `uploads`.
|
||||
* Fetches the sizes of the WordPress directories: `wordpress` (ABSPATH), `plugins`, `themes`, and `uploads`.
|
||||
* Intended to supplement the array returned by `WP_Debug_Data::debug_data()`.
|
||||
*
|
||||
* @since 5.2.0
|
||||
|
||||
Reference in New Issue
Block a user