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:
Jb Audras
2022-09-09 08:45:07 +00:00
parent 912fb7666c
commit 3be54dc6bf
2 changed files with 43 additions and 43 deletions

View File

@@ -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