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

See #33701.

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


git-svn-id: http://core.svn.wordpress.org/trunk@34462 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2015-09-24 14:44:25 +00:00
parent 8c0a805273
commit dae68e1485
2 changed files with 5 additions and 5 deletions

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

View File

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