From 2a7f0aabed0904ae07b948cfb178ff0f33d37172 Mon Sep 17 00:00:00 2001 From: audrasjb Date: Mon, 4 Apr 2022 20:53:01 +0000 Subject: [PATCH] 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 --- wp-admin/includes/class-wp-automatic-updater.php | 6 +++--- wp-includes/version.php | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/wp-admin/includes/class-wp-automatic-updater.php b/wp-admin/includes/class-wp-automatic-updater.php index a0405fd0a3..c663b7a081 100644 --- a/wp-admin/includes/class-wp-automatic-updater.php +++ b/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 * diff --git a/wp-includes/version.php b/wp-includes/version.php index cb0a65721c..4857db98d0 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @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.