Changeset 25421 for trunk/src/wp-admin/includes/class-wp-upgrader-skins.php
- Timestamp:
- 09/13/2013 06:18:16 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-upgrader-skins.php
r25228 r25421 530 530 531 531 /** 532 * Upgrader Skin for BackgroundWordPress Upgrades532 * Upgrader Skin for Automatic WordPress Upgrades 533 533 * 534 534 * This skin is designed to be used when no output is intended, all output … … 539 539 * @since 3.7.0 540 540 */ 541 class Background_Upgrader_Skin extends WP_Upgrader_Skin {541 class Automatic_Upgrader_Skin extends WP_Upgrader_Skin { 542 542 var $messages = array(); 543 543
Note: See TracChangeset
for help on using the changeset viewer.