Docs: Add @access entries for feedback() and error() methods in WP_Upgrader_Skin, Bulk_Upgrader_Skin, and Language_Pack_Upgrader_Skin.

See #41365.
Built from https://develop.svn.wordpress.org/trunk@41101


git-svn-id: http://core.svn.wordpress.org/trunk@40941 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2017-07-20 12:00:43 +00:00
parent 5734818e35
commit 27c38e9b6f
4 changed files with 7 additions and 1 deletions

View File

@ -48,6 +48,8 @@ class Bulk_Upgrader_Skin extends WP_Upgrader_Skin {
}
/**
* @access public
*
* @param string $string
*/
public function feedback($string) {
@ -86,6 +88,7 @@ class Bulk_Upgrader_Skin extends WP_Upgrader_Skin {
}
/**
* @access public
*
* @param string|WP_Error $error
*/

View File

@ -48,6 +48,7 @@ class Language_Pack_Upgrader_Skin extends WP_Upgrader_Skin {
}
/**
* @access public
*
* @param string|WP_Error $error
*/

View File

@ -119,6 +119,7 @@ class WP_Upgrader_Skin {
}
/**
* @access public
*
* @param string|WP_Error $errors
*/
@ -138,6 +139,7 @@ class WP_Upgrader_Skin {
}
/**
* @access public
*
* @param string $string
*/

View File

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