- Timestamp:
- 03/05/2018 09:43:25 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-language-pack-upgrader.php
r42777 r42786 275 275 276 276 /** This action is documented in wp-admin/includes/class-wp-upgrader.php */ 277 do_action( 278 'upgrader_process_complete', $this, array( 279 'action' => 'update', 280 'type' => 'translation', 281 'bulk' => true, 282 'translations' => $language_updates_results, 283 ) 284 ); 277 do_action( 'upgrader_process_complete', $this, array( 278 'action' => 'update', 279 'type' => 'translation', 280 'bulk' => true, 281 'translations' => $language_updates_results, 282 ) ); 285 283 286 284 // Re-add upgrade hooks.
Note: See TracChangeset
for help on using the changeset viewer.