Docs: Use third-person singular verbs for function descriptions in WP_Automatic_Updater class, per the documentation standards.

See #54729.


git-svn-id: https://develop.svn.wordpress.org/trunk@53064 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jb Audras 2022-04-04 20:51:22 +00:00
parent ccdb078d08
commit fc163963ab

View File

@ -23,7 +23,7 @@ class WP_Automatic_Updater {
protected $update_results = array();
/**
* Whether the entire automatic updater is disabled.
* Determines whether the entire automatic updater is disabled.
*
* @since 3.7.0
*/
@ -56,7 +56,7 @@ class WP_Automatic_Updater {
}
/**
* Check for version control checkouts.
* Checks for version control checkouts.
*
* Checks for Subversion, Git, Mercurial, and Bazaar. It recursively looks up the
* filesystem to the top of the drive, erring on the side of detecting a VCS
@ -295,7 +295,7 @@ class WP_Automatic_Updater {
}
/**
* Update an item, if appropriate.
* Updates an item, if appropriate.
*
* @since 3.7.0
*