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

Props akbarhusen.
Fixes #41365.
Built from https://develop.svn.wordpress.org/trunk@41091


git-svn-id: http://core.svn.wordpress.org/trunk@40931 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2017-07-19 11:14:45 +00:00
parent 793dd51f88
commit 9ed31682db
2 changed files with 3 additions and 1 deletions

View File

@ -59,6 +59,8 @@ class Automatic_Upgrader_Skin extends WP_Upgrader_Skin {
}
/**
* @access public
*
* @param string|array|WP_Error $data
*/
public function feedback( $data ) {

View File

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