Skip to content

Commit

Permalink
Docs: Cross-reference parent classes in DocBlocks for upgrader classe…
Browse files Browse the repository at this point in the history
…s moved to their own files in 4.6

See #36618. See #37318.

Built from https://develop.svn.wordpress.org/trunk@38023


git-svn-id: http://core.svn.wordpress.org/trunk@37964 1a063a9b-81f0-0310-95a4-ce76da25c4cd
  • Loading branch information
DrewAPicture committed Jul 9, 2016
1 parent 2ee0027 commit a131643
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 1 deletion.
2 changes: 2 additions & 0 deletions wp-admin/includes/class-automatic-upgrader-skin.php
Expand Up @@ -15,6 +15,8 @@
*
* @since 3.7.0
* @since 4.6.0 Moved to its own file from wp-admin/includes/class-wp-upgrader-skins.php.
*
* @see Bulk_Upgrader_Skin
*/
class Automatic_Upgrader_Skin extends WP_Upgrader_Skin {
protected $messages = array();
Expand Down
2 changes: 2 additions & 0 deletions wp-admin/includes/class-bulk-plugin-upgrader-skin.php
Expand Up @@ -12,6 +12,8 @@
*
* @since 3.0.0
* @since 4.6.0 Moved to its own file from wp-admin/includes/class-wp-upgrader-skins.php.
*
* @see Bulk_Upgrader_Skin
*/
class Bulk_Plugin_Upgrader_Skin extends Bulk_Upgrader_Skin {
public $plugin_info = array(); // Plugin_Upgrader::bulk() will fill this in.
Expand Down
2 changes: 2 additions & 0 deletions wp-admin/includes/class-bulk-theme-upgrader-skin.php
Expand Up @@ -12,6 +12,8 @@
*
* @since 3.0.0
* @since 4.6.0 Moved to its own file from wp-admin/includes/class-wp-upgrader-skins.php.
*
* @see Bulk_Upgrader_Skin
*/
class Bulk_Theme_Upgrader_Skin extends Bulk_Upgrader_Skin {
public $theme_info = array(); // Theme_Upgrader::bulk() will fill this in.
Expand Down
2 changes: 2 additions & 0 deletions wp-admin/includes/class-bulk-upgrader-skin.php
Expand Up @@ -12,6 +12,8 @@
*
* @since 3.0.0
* @since 4.6.0 Moved to its own file from wp-admin/includes/class-wp-upgrader-skins.php.
*
* @see WP_Upgrader_Skin
*/
class Bulk_Upgrader_Skin extends WP_Upgrader_Skin {
public $in_loop = false;
Expand Down
2 changes: 2 additions & 0 deletions wp-admin/includes/class-language-pack-upgrader-skin.php
Expand Up @@ -12,6 +12,8 @@
*
* @since 3.7.0
* @since 4.6.0 Moved to its own file from wp-admin/includes/class-wp-upgrader-skins.php.
*
* @see WP_Upgrader_Skin
*/
class Language_Pack_Upgrader_Skin extends WP_Upgrader_Skin {
public $language_update = null;
Expand Down
2 changes: 2 additions & 0 deletions wp-admin/includes/class-plugin-installer-skin.php
Expand Up @@ -12,6 +12,8 @@
*
* @since 2.8.0
* @since 4.6.0 Moved to its own file from wp-admin/includes/class-wp-upgrader-skins.php.
*
* @see WP_Upgrader_Skin
*/
class Plugin_Installer_Skin extends WP_Upgrader_Skin {
public $api;
Expand Down
2 changes: 2 additions & 0 deletions wp-admin/includes/class-plugin-upgrader-skin.php
Expand Up @@ -12,6 +12,8 @@
*
* @since 2.8.0
* @since 4.6.0 Moved to its own file from wp-admin/includes/class-wp-upgrader-skins.php.
*
* @see WP_Upgrader_Skin
*/
class Plugin_Upgrader_Skin extends WP_Upgrader_Skin {
public $plugin = '';
Expand Down
2 changes: 2 additions & 0 deletions wp-admin/includes/class-theme-installer-skin.php
Expand Up @@ -12,6 +12,8 @@
*
* @since 2.8.0
* @since 4.6.0 Moved to its own file from wp-admin/includes/class-wp-upgrader-skins.php.
*
* @see WP_Upgrader_Skin
*/
class Theme_Installer_Skin extends WP_Upgrader_Skin {
public $api;
Expand Down
2 changes: 2 additions & 0 deletions wp-admin/includes/class-theme-upgrader-skin.php
Expand Up @@ -12,6 +12,8 @@
*
* @since 2.8.0
* @since 4.6.0 Moved to its own file from wp-admin/includes/class-wp-upgrader-skins.php.
*
* @see WP_Upgrader_Skin
*/
class Theme_Upgrader_Skin extends WP_Upgrader_Skin {
public $theme = '';
Expand Down
2 changes: 1 addition & 1 deletion wp-includes/version.php
Expand Up @@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.6-beta2-38022';
$wp_version = '4.6-beta2-38023';

/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
Expand Down

0 comments on commit a131643

Please sign in to comment.