Changeset 42786 for trunk/src/wp-admin/includes/class-core-upgrader.php
- Timestamp:
- 03/05/2018 09:43:25 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-core-upgrader.php
r42777 r42786 190 190 191 191 /** This action is documented in wp-admin/includes/class-wp-upgrader.php */ 192 do_action( 193 'upgrader_process_complete', $this, array( 194 'action' => 'update', 195 'type' => 'core', 196 ) 197 ); 192 do_action( 'upgrader_process_complete', $this, array( 193 'action' => 'update', 194 'type' => 'core', 195 ) ); 198 196 199 197 // Clear the current updates
Note: See TracChangeset
for help on using the changeset viewer.