Changeset 25861
- Timestamp:
- 10/22/2013 04:36:54 AM (11 years ago)
- Location:
- trunk/src/wp-admin/includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-upgrader.php
r25859 r25861 1407 1407 } 1408 1408 1409 do_action( 'upgrader_process_complete', $this, array( 'action' => 'update', 'type' => 'core' ) ); 1410 1409 1411 return $result; 1410 1412 } -
trunk/src/wp-admin/includes/update-core.php
r25841 r25861 892 892 $wp_filesystem->delete($maintenance_file); 893 893 894 // Has to be in here, rather than the Upgrader as the filter below will override and kill the process before themes get updated on major updates895 do_action( 'upgrader_process_complete', null, array( 'action' => 'update', 'type' => 'core' ) );896 897 894 // If we made it this far: 898 895 do_action( '_core_updated_successfully', $wp_version );
Note: See TracChangeset
for help on using the changeset viewer.