mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 17:48:01 +01:00
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:
parent
267ebcec09
commit
2a7f0aabed
@ -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
|
||||||
*
|
*
|
||||||
|
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user