From fc163963abfca88078cfc1d7de221b76ec240907 Mon Sep 17 00:00:00 2001 From: Jb Audras Date: Mon, 4 Apr 2022 20:51:22 +0000 Subject: [PATCH] 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 --- src/wp-admin/includes/class-wp-automatic-updater.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/wp-admin/includes/class-wp-automatic-updater.php b/src/wp-admin/includes/class-wp-automatic-updater.php index a0405fd0a3..c663b7a081 100644 --- a/src/wp-admin/includes/class-wp-automatic-updater.php +++ b/src/wp-admin/includes/class-wp-automatic-updater.php @@ -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 *