mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-16 23:00:21 +00:00
Docs: Miscellaneous DocBlock corrections.
See #49572. git-svn-id: https://develop.svn.wordpress.org/trunk@48198 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -2154,7 +2154,7 @@ class WP_Site_Health {
|
||||
*
|
||||
* Returns a boolean value of `true` if a scheduled task has been missed and ends processing.
|
||||
*
|
||||
* If the list of crons is an instance of WP_Error, return the instance instead of a boolean value.
|
||||
* If the list of crons is an instance of WP_Error, returns the instance instead of a boolean value.
|
||||
*
|
||||
* @since 5.2.0
|
||||
*
|
||||
@@ -2180,7 +2180,7 @@ class WP_Site_Health {
|
||||
*
|
||||
* Returns a boolean value of `true` if a scheduled task is late and ends processing.
|
||||
*
|
||||
* If the list of crons is an instance of WP_Error, return the instance instead of a boolean value.
|
||||
* If the list of crons is an instance of WP_Error, returns the instance instead of a boolean value.
|
||||
*
|
||||
* @since 5.3.0
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user