Docs: Add @access entry for Automatic_Upgrader_Skin::request_filesystem_credentials().

Props rushabh4486.
Fixes #41383.
Built from https://develop.svn.wordpress.org/trunk@41107


git-svn-id: http://core.svn.wordpress.org/trunk@40947 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2017-07-20 13:33:43 +00:00
parent f8155cedb2
commit 8728f8ae1e
2 changed files with 2 additions and 1 deletions

View File

@ -27,6 +27,7 @@ class Automatic_Upgrader_Skin extends WP_Upgrader_Skin {
*
* @since 3.7.0
* @since 4.6.0 The `$context` parameter default changed from `false` to an empty string.
* @access public
*
* @see request_filesystem_credentials()
*

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.9-alpha-41106';
$wp_version = '4.9-alpha-41107';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.