Docs: Clarify the file header for wp-admin/includes/class-wp-upgrader.php.

See #33701.


git-svn-id: https://develop.svn.wordpress.org/trunk@34498 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
DrewAPicture 2015-09-24 14:43:02 +00:00
parent ad64ee866b
commit cccd9356fe

View File

@ -1,10 +1,10 @@
<?php
/**
* A File upgrader class for WordPress.
* Upgrade API: WP_Upgrader, Plugin_Upgrader, Theme_Upgrader, Language_Pack_Upgrader,
* Core_Upgrader, File_Upload_Upgrader, and WP_Automatic_Updater classes
*
* This set of classes are designed to be used to upgrade/install a local set of files on the filesystem via the Filesystem Abstraction classes.
*
* @link https://core.trac.wordpress.org/ticket/7875 consolidate plugin/theme/core upgrade/install functions
* This set of classes are designed to be used to upgrade/install a local set of files
* on the filesystem via the Filesystem Abstraction classes.
*
* @package WordPress
* @subpackage Upgrader