Changeset 10418 for sites/trunk/wordpress.org/public_html/wp-content/plugins/theme-directory/class-wporg-themes-upload.php
- Timestamp:
- 10/29/2020 04:43:14 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/theme-directory/class-wporg-themes-upload.php
r10410 r10418 959 959 '/repos/' . WPORG_THEMES_E2E_REPO . '/dispatches', 960 960 json_encode([ 961 'event_type' => $this->theme->display( 'Name' ), 961 'event_type' => sprintf( 962 "%s %s %s", 963 $this->theme->display( 'Name' ), 964 $this->theme->display( 'Version' ), 965 $this->trac_ticket->priority 966 ), 962 967 'client_payload' => [ 963 968 'theme_slug' => $this->theme_slug, … … 965 970 'accessible_ready' => in_array( 'accessibility-ready', $this->theme->get( 'Tags' ) ), 966 971 'trac_ticket_id' => $ticket_id, 972 'trac_priority' => $this->trac_ticket->priority, 967 973 ], 968 974 ])
Note: See TracChangeset
for help on using the changeset viewer.