- Timestamp:
- 05/02/2024 05:18:53 PM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-bulk-theme-upgrader-skin.php
r53952 r58082 25 25 * which in turn calls the wp_get_theme() function. 26 26 * 27 * @since 3.0.0 27 28 * @var WP_Theme|false The theme's info object, or false. 28 29 */ 29 30 public $theme_info = false; 30 31 32 /** 33 * Sets up the strings used in the update process. 34 * 35 * @since 3.0.0 36 */ 31 37 public function add_strings() { 32 38 parent::add_strings(); … … 36 42 37 43 /** 44 * Performs an action before a bulk theme update. 45 * 46 * @since 3.0.0 47 * 38 48 * @param string $title 39 49 */ … … 43 53 44 54 /** 55 * Performs an action following a bulk theme update. 56 * 57 * @since 3.0.0 58 * 45 59 * @param string $title 46 60 */ … … 51 65 52 66 /** 67 * Displays the footer following the bulk update process. 68 * 69 * @since 3.0.0 53 70 */ 54 71 public function bulk_footer() {
Note: See TracChangeset
for help on using the changeset viewer.