Make WordPress Core


Ignore:
Timestamp:
05/10/2016 11:30:18 AM (9 years ago)
Author:
ocean90
Message:

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

Part 2/8.
See #36618.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-bulk-plugin-upgrader-skin.php

    r37406 r37407  
    11<?php
    22/**
    3  * The User Interface "Skins" for the WordPress File Upgrader
     3 * Upgrader API: Bulk_Plugin_Upgrader_Skin class
    44 *
    55 * @package WordPress
    66 * @subpackage Upgrader
    7  * @since 2.8.0
     7 * @since 4.6.0
    88 */
    99
     10/**
     11 * Bulk Plugin Upgrader Skin for WordPress Plugin Upgrades.
     12 *
     13 * @since 3.0.0
     14 */
    1015class Bulk_Plugin_Upgrader_Skin extends Bulk_Upgrader_Skin {
    1116    public $plugin_info = array(); // Plugin_Upgrader::bulk() will fill this in.
Note: See TracChangeset for help on using the changeset viewer.