Making WordPress.org

Changeset 7690


Ignore:
Timestamp:
09/21/2018 08:53:22 AM (8 years ago)
Author:
vedjain
Message:

WordCamp: Use hierarchical tags for meetups

This way list of tags will show up as categories and deputy working on meetup application would just need to tick the checkbox instead of typing out the whole tag.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordcamp.org/public_html/wp-content/plugins/wcpt/wcpt-meetup/meetup-loader.php

    r7639 r7690  
    9292                                Meetup_Application::POST_TYPE,
    9393                                array(
    94                                         'hierarchical' => false,
     94                                        'hierarchical' => true,
    9595                                        'labels'       => array(
    9696                                                'name'          => __( 'Meetup Tags' ),
Note: See TracChangeset for help on using the changeset viewer.