Changeset 55720 for trunk/src/wp-admin/includes/class-theme-upgrader.php
- Timestamp:
- 05/04/2023 02:34:58 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-theme-upgrader.php
r53426 r55720 329 329 'clear_working' => true, 330 330 'hook_extra' => array( 331 'theme' => $theme, 332 'type' => 'theme', 333 'action' => 'update', 331 'theme' => $theme, 332 'type' => 'theme', 333 'action' => 'update', 334 'temp_backup' => array( 335 'slug' => $theme, 336 'src' => get_theme_root( $theme ), 337 'dir' => 'themes', 338 ), 334 339 ), 335 340 ) … … 444 449 'is_multi' => true, 445 450 'hook_extra' => array( 446 'theme' => $theme, 451 'theme' => $theme, 452 'temp_backup' => array( 453 'slug' => $theme, 454 'src' => get_theme_root( $theme ), 455 'dir' => 'themes', 456 ), 447 457 ), 448 458 )
Note: See TracChangeset
for help on using the changeset viewer.