Making WordPress.org

Ticket #5656: 5656.patch

File 5656.patch, 735 bytes (added by kafleg, 3 years ago)
  • wordpress.org/public_html/wp-content/plugins/theme-directory/class-wporg-themes-upload.php

     
    740740                        $this->trac_ticket->keywords[] = 'accessibility-ready';
    741741                }
    742742
     743                if ( in_array( 'full-site-editing', $this->theme->get( 'Tags' ) ) ) {
     744                        $this->trac_ticket->keywords[] = 'full-site-editing';
     745                }
     746
    743747                if ( in_array( 'holiday', $this->theme->get( 'Tags' ) ) ) {
    744748                        $this->trac_ticket->keywords[] = 'holiday';
    745749                }