Changeset 55720 for trunk/src/wp-admin/includes/class-plugin-upgrader.php
- Timestamp:
- 05/04/2023 02:34:58 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-plugin-upgrader.php
r53426 r55720 227 227 'clear_working' => true, 228 228 'hook_extra' => array( 229 'plugin' => $plugin, 230 'type' => 'plugin', 231 'action' => 'update', 229 'plugin' => $plugin, 230 'type' => 'plugin', 231 'action' => 'update', 232 'temp_backup' => array( 233 'slug' => dirname( $plugin ), 234 'src' => WP_PLUGIN_DIR, 235 'dir' => 'plugins', 236 ), 232 237 ), 233 238 ) … … 343 348 'is_multi' => true, 344 349 'hook_extra' => array( 345 'plugin' => $plugin, 350 'plugin' => $plugin, 351 'temp_backup' => array( 352 'slug' => dirname( $plugin ), 353 'src' => WP_PLUGIN_DIR, 354 'dir' => 'plugins', 355 ), 346 356 ), 347 357 )
Note: See TracChangeset
for help on using the changeset viewer.