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

See #54729.

Built from https://develop.svn.wordpress.org/trunk@53064


git-svn-id: http://core.svn.wordpress.org/trunk@52653 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb 2022-04-04 20:53:01 +00:00
parent 267ebcec09
commit 2a7f0aabed
2 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@ class WP_Automatic_Updater {
protected $update_results = array(); protected $update_results = array();
/** /**
* Whether the entire automatic updater is disabled. * Determines whether the entire automatic updater is disabled.
* *
* @since 3.7.0 * @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 * 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 * 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 * @since 3.7.0
* *

View File

@ -16,7 +16,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '6.0-alpha-53063'; $wp_version = '6.0-alpha-53064';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.