- Timestamp:
- 08/29/2022 12:44:30 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-bulk-theme-upgrader-skin.php
r49539 r53952 17 17 */ 18 18 class Bulk_Theme_Upgrader_Skin extends Bulk_Upgrader_Skin { 19 public $theme_info = array(); // Theme_Upgrader::bulk_upgrade() will fill this in. 19 20 /** 21 * Theme info. 22 * 23 * The Theme_Upgrader::bulk_upgrade() method will fill this in 24 * with info retrieved from the Theme_Upgrader::theme_info() method, 25 * which in turn calls the wp_get_theme() function. 26 * 27 * @var WP_Theme|false The theme's info object, or false. 28 */ 29 public $theme_info = false; 20 30 21 31 public function add_strings() {
Note: See TracChangeset
for help on using the changeset viewer.