Changeset 3603 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-plugin-directory/inc/sync/class-translation-sync.php
- Timestamp:
- 06/28/2016 10:48:10 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-plugin-directory/inc/sync/class-translation-sync.php
r3513 r3603 58 58 59 59 wp_schedule_single_event( time() + 5 * MINUTE_IN_SECONDS, 'wporg_translate_sync_plugin_translations', [ 60 'plugin' => $plugin_slug, 61 'gp_project' => $plugin_project, 60 [ 61 'plugin' => $plugin_slug, 62 'gp_project' => $plugin_project, 63 ], 62 64 ] ); 63 65 }
Note: See TracChangeset
for help on using the changeset viewer.