Docs: Add @access entries for __construct() in WP_Upgrader_Skin, Bulk_Upgrader_Skin, Language_Pack_Upgrader_Skin, Plugin_Upgrader_Skin, and Theme_Upgrader_Skin.

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


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

View File

@ -23,6 +23,7 @@ class Bulk_Upgrader_Skin extends WP_Upgrader_Skin {
public $error = false;
/**
* @access public
*
* @param array $args
*/

View File

@ -22,6 +22,7 @@ class Language_Pack_Upgrader_Skin extends WP_Upgrader_Skin {
public $display_footer_actions = true;
/**
* @access public
*
* @param array $args
*/

View File

@ -21,6 +21,7 @@ class Plugin_Upgrader_Skin extends WP_Upgrader_Skin {
public $plugin_network_active = false;
/**
* @access public
*
* @param array $args
*/

View File

@ -19,6 +19,7 @@ class Theme_Upgrader_Skin extends WP_Upgrader_Skin {
public $theme = '';
/**
* @access public
*
* @param array $args
*/

View File

@ -30,6 +30,7 @@ class WP_Upgrader_Skin {
public $options = array();
/**
* @access public
*
* @param array $args
*/

View File

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