Changeset 12558 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-plugin-directory/inc/sync/class-translation-sync.php
- Timestamp:
- 04/25/2023 02:16:41 PM (3 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
r12498 r12558 57 57 $plugin_project = $project_parts[1] . '/' . $this->project_mapping[ $project_parts[2] ]; 58 58 59 wp_schedule_single_event( time() + 5 * MINUTE_IN_SECONDS, 'wporg_translate_sync_plugin_translations', [59 wp_schedule_single_event( time() + 5, 'wporg_translate_sync_plugin_translations', [ 60 60 [ 61 61 'plugin' => $plugin_slug,
Note: See TracChangeset
for help on using the changeset viewer.