Changeset 55911 for trunk/src/wp-admin/includes/class-plugin-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-plugin-upgrader.php
r55899 r55911 50 50 51 51 /** 52 * Initialize the upgrade strings.52 * Initializes the upgrade strings. 53 53 * 54 54 * @since 2.8.0 … … 68 68 69 69 /** 70 * Initialize the installation strings.70 * Initializes the installation strings. 71 71 * 72 72 * @since 2.8.0 … … 174 174 175 175 /** 176 * Upgrade a plugin.176 * Upgrades a plugin. 177 177 * 178 178 * @since 2.8.0 … … 266 266 267 267 /** 268 * Bulk upgradeseveral plugins at once.268 * Upgrades several plugins at once. 269 269 * 270 270 * @since 2.8.0 … … 480 480 481 481 /** 482 * Retrieve the path to the file that contains the plugin info.482 * Retrieves the path to the file that contains the plugin info. 483 483 * 484 484 * This isn't used internally in the class, but is called by the skins.
Note: See TracChangeset
for help on using the changeset viewer.