Making WordPress.org

Changeset 3603


Ignore:
Timestamp:
06/28/2016 10:48:10 PM (10 years ago)
Author:
ocean90
Message:

Translate, Plugin Directory: Fix format of the arguments for the sync action.

See #1636.

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  
    5858
    5959                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                        ],
    6264                ] );
    6365        }
Note: See TracChangeset for help on using the changeset viewer.