Upgrader: Update file headers and class DocBlocks for new files added in [37406].

Part 2/8.
See #36618.
Built from https://develop.svn.wordpress.org/trunk@37407


git-svn-id: http://core.svn.wordpress.org/trunk@37373 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling
2016-05-10 11:31:28 +00:00
parent bbecb1a485
commit 4b846677ba
11 changed files with 32 additions and 38 deletions

View File

@@ -1,17 +1,15 @@
<?php
/**
* The User Interface "Skins" for the WordPress File Upgrader
* Upgrader API: Theme_Installer_Skin class
*
* @package WordPress
* @subpackage Upgrader
* @since 2.8.0
* @since 4.6.0
*/
/**
* Theme Installer Skin for the WordPress Theme Installer.
*
* @package WordPress
* @subpackage Upgrader
* @since 2.8.0
*/
class Theme_Installer_Skin extends WP_Upgrader_Skin {