- Timestamp:
- 07/28/2020 11:55:19 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-theme-upgrader-skin.php
r48545 r48661 17 17 */ 18 18 class Theme_Upgrader_Skin extends WP_Upgrader_Skin { 19 20 /** 21 * Holds the theme slug in the Theme Directory. 22 * 23 * @since 2.8.0 24 * 25 * @var object 26 */ 19 27 public $theme = ''; 20 28 21 29 /** 22 * @param array $args 30 * Constructor. 31 * 32 * Sets up the theme upgrader skin. 33 * 34 * @since 2.8.0 35 * 36 * @param array $args Optional. The theme upgrader skin arguments to 37 * override default options. Default empty array. 23 38 */ 24 39 public function __construct( $args = array() ) { … … 37 52 38 53 /** 54 * Action to perform following a single theme update. 55 * 56 * @since 2.8.0 39 57 */ 40 58 public function after() {
Note: See TracChangeset
for help on using the changeset viewer.