Changeset 31101 for trunk/src/wp-admin/includes/class-wp-upgrader-skins.php
- Timestamp:
- 01/08/2015 09:19:24 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-upgrader-skins.php
r31090 r31101 318 318 public $plugin_info = array(); // Plugin_Upgrader::bulk() will fill this in. 319 319 320 public function __construct($args = array()) {321 parent::__construct($args);322 }323 324 320 public function add_strings() { 325 321 parent::add_strings(); … … 361 357 class Bulk_Theme_Upgrader_Skin extends Bulk_Upgrader_Skin { 362 358 public $theme_info = array(); // Theme_Upgrader::bulk() will fill this in. 363 364 public function __construct($args = array()) {365 parent::__construct($args);366 }367 359 368 360 public function add_strings() {
Note: See TracChangeset
for help on using the changeset viewer.