Docs: Add `@access` entries for `WP_Upgrader_Skin::set_upgrader()`, `::request_filesystem_credentials()`, and `::decrement_update_count()`.
See #41383. Built from https://develop.svn.wordpress.org/trunk@41108 git-svn-id: http://core.svn.wordpress.org/trunk@40948 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
8728f8ae1e
commit
24f6903c4d
|
@ -40,6 +40,8 @@ class WP_Upgrader_Skin {
|
|||
}
|
||||
|
||||
/**
|
||||
* @access public
|
||||
*
|
||||
* @param WP_Upgrader $upgrader
|
||||
*/
|
||||
public function set_upgrader(&$upgrader) {
|
||||
|
@ -72,6 +74,7 @@ class WP_Upgrader_Skin {
|
|||
*
|
||||
* @since 2.8.0
|
||||
* @since 4.6.0 The `$context` parameter default changed from `false` to an empty string.
|
||||
* @access public
|
||||
*
|
||||
* @see request_filesystem_credentials()
|
||||
*
|
||||
|
@ -176,6 +179,7 @@ class WP_Upgrader_Skin {
|
|||
* Output JavaScript that calls function to decrement the update counts.
|
||||
*
|
||||
* @since 3.9.0
|
||||
* @access protected
|
||||
*
|
||||
* @param string $type Type of update count to decrement. Likely values include 'plugin',
|
||||
* 'theme', 'translation', etc.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.9-alpha-41107';
|
||||
$wp_version = '4.9-alpha-41108';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue