Changeset 52351 for trunk/src/wp-admin/includes/class-plugin-upgrader.php
- Timestamp:
- 12/10/2021 12:04:03 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-plugin-upgrader.php
r51815 r52351 227 227 'clear_working' => true, 228 228 'hook_extra' => array( 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 ), 229 'plugin' => $plugin, 230 'type' => 'plugin', 231 'action' => 'update', 237 232 ), 238 233 ) … … 348 343 'is_multi' => true, 349 344 'hook_extra' => array( 350 'plugin' => $plugin, 351 'temp_backup' => array( 352 'slug' => dirname( $plugin ), 353 'src' => WP_PLUGIN_DIR, 354 'dir' => 'plugins', 355 ), 345 'plugin' => $plugin, 356 346 ), 357 347 )
Note: See TracChangeset
for help on using the changeset viewer.