Making WordPress.org

Ticket #3276: 3276.diff

File 3276.diff, 767 bytes (added by rabmalin, 7 years ago)
  • wordpress.org/public_html/wp-content/plugins/theme-directory/class-wporg-themes-upload.php

    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 { 
    529529                        $this->trac_ticket->keywords[] = 'accessibility-ready';
    530530                }
    531531
     532                if ( in_array( 'holiday', $this->theme->get( 'Tags' ) ) ) {
     533                        $this->trac_ticket->keywords[] = 'holiday';
     534                }
     535
    532536                // Priority
    533537                $this->trac_ticket->priority = 'new theme';
    534538                if ( ! empty( $this->theme_post->_status ) ) {