diff --git a/wordpress.org/public_html/wp-content/plugins/theme-directory/class-wporg-themes-upload.php b/wordpress.org/public_html/wp-content/plugins/theme-directory/class-wporg-themes-upload.php
index 7d9f037..325e973 100644
|
a
|
b
|
class WPORG_Themes_Upload { |
| 529 | 529 | $this->trac_ticket->keywords[] = 'accessibility-ready'; |
| 530 | 530 | } |
| 531 | 531 | |
| | 532 | if ( in_array( 'holiday', $this->theme->get( 'Tags' ) ) ) { |
| | 533 | $this->trac_ticket->keywords[] = 'holiday'; |
| | 534 | } |
| | 535 | |
| 532 | 536 | // Priority |
| 533 | 537 | $this->trac_ticket->priority = 'new theme'; |
| 534 | 538 | if ( ! empty( $this->theme_post->_status ) ) { |