Changeset 55911 for trunk/src/wp-admin/includes/class-theme-upgrader.php
- Timestamp:
- 06/14/2023 06:32:14 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-theme-upgrader.php
r55899 r55911 49 49 50 50 /** 51 * Initialize the upgrade strings.51 * Initializes the upgrade strings. 52 52 * 53 53 * @since 2.8.0 … … 66 66 67 67 /** 68 * Initialize the installation strings.68 * Initializes the installation strings. 69 69 * 70 70 * @since 2.8.0 … … 111 111 112 112 /** 113 * Check if a child theme is being installed and we need to install its parent.113 * Checks if a child theme is being installed and its parent also needs to be installed. 114 114 * 115 115 * Hooked to the {@see 'upgrader_post_install'} filter by Theme_Upgrader::install(). … … 279 279 280 280 /** 281 * Upgrade a theme.281 * Upgrades a theme. 282 282 * 283 283 * @since 2.8.0 … … 365 365 366 366 /** 367 * Upgrade several themes at once.367 * Upgrades several themes at once. 368 368 * 369 369 * @since 3.0.0 … … 633 633 634 634 /** 635 * Turn on maintenance mode before attempting to upgrade the active theme.635 * Turns on maintenance mode before attempting to upgrade the active theme. 636 636 * 637 637 * Hooked to the {@see 'upgrader_pre_install'} filter by Theme_Upgrader::upgrade() and … … 665 665 666 666 /** 667 * Turn off maintenance mode after upgrading the active theme.667 * Turns off maintenance mode after upgrading the active theme. 668 668 * 669 669 * Hooked to the {@see 'upgrader_post_install'} filter by Theme_Upgrader::upgrade() … … 703 703 704 704 /** 705 * Delete the old theme during an upgrade.705 * Deletes the old theme during an upgrade. 706 706 * 707 707 * Hooked to the {@see 'upgrader_clear_destination'} filter by Theme_Upgrader::upgrade() … … 741 741 742 742 /** 743 * Get the WP_Theme object for a theme.743 * Gets the WP_Theme object for a theme. 744 744 * 745 745 * @since 2.8.0
Note: See TracChangeset
for help on using the changeset viewer.