Changeset 10721
- Timestamp:
- 02/25/2021 06:45:06 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
r10690 r10721 850 850 $ticket_id = $this->trac->ticket_create( $this->trac_ticket->summary, $this->trac_ticket->description, array( 851 851 'type' => 'theme', 852 'keywords' => implode( ' ,', $this->trac_ticket->keywords ),852 'keywords' => implode( ' ', $this->trac_ticket->keywords ), 853 853 'reporter' => $this->author->user_login, 854 854 'cc' => $this->author->user_email, … … 1023 1023 'live' === $this->trac_ticket->resolution 1024 1024 ) { 1025 // Do nothing. The update has been set as live. No nee to let them know it's been uploaded.1025 // Do nothing. The update has been set as live. No need to let them know it's been uploaded. 1026 1026 // wporg_themes_approve_version() will send a "Congratulations! It's live!" email momentarily. 1027 1027 return;
Note: See TracChangeset
for help on using the changeset viewer.