Changeset 55911 for trunk/src/wp-admin/includes/class-wp-upgrader.php
- Timestamp:
- 06/14/2023 06:32:14 AM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-upgrader.php
r55720 r55911 150 150 151 151 /** 152 * Initialize the upgrader.152 * Initializes the upgrader. 153 153 * 154 154 * This will set the relationship between the skin being used and this upgrader, … … 181 181 182 182 /** 183 * Add the generic strings to WP_Upgrader::$strings.183 * Adds the generic strings to WP_Upgrader::$strings. 184 184 * 185 185 * @since 2.8.0 … … 218 218 219 219 /** 220 * Connect to the filesystem.220 * Connects to the filesystem. 221 221 * 222 222 * @since 2.8.0 … … 290 290 291 291 /** 292 * Download a package.292 * Downloads a package. 293 293 * 294 294 * @since 2.8.0 … … 340 340 341 341 /** 342 * Unpack a compressed package file.342 * Unpacks a compressed package file. 343 343 * 344 344 * @since 2.8.0 … … 398 398 399 399 /** 400 * Flatten the results of WP_Filesystem_Base::dirlist() for iterating over.400 * Flattens the results of WP_Filesystem_Base::dirlist() for iterating over. 401 401 * 402 402 * @since 4.9.0 … … 713 713 714 714 /** 715 * Run an upgrade/installation.715 * Runs an upgrade/installation. 716 716 * 717 717 * Attempts to download the package (if it is not a local file), unpack it, and … … 961 961 962 962 /** 963 * Toggle maintenance mode for the site.963 * Toggles maintenance mode for the site. 964 964 * 965 965 * Creates/deletes the maintenance file to enable/disable maintenance mode.
Note: See TracChangeset
for help on using the changeset viewer.