mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-10 12:50:18 +01:00
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:
parent
f8155cedb2
commit
8728f8ae1e
@ -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()
|
||||
*
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user