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 *