Making WordPress.org

Changeset 8134


Ignore:
Timestamp:
01/24/2019 02:12:32 PM (6 years ago)
Author:
vedjain
Message:

WCPT: Add new status for Meetup post type.

Adding a new status "Awaiting Feedback" to mark meetup application where more information for applicant is requested.

fixes r4083

File:
1 edited

Legend:

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

    r8085 r8134  
    5555        return array(
    5656            'wcpt-mtp-nds-vet'   => _x( 'Needs Vetting', 'Meetup status', 'wordcamporg' ),
     57            'wcpt-mpt-awt-fdb'   => _x( 'Awaiting Feedback', 'Meetup status', 'wordcamporg' ),
    5758            'wcpt-mtp-nds-ori'   => _x( 'Needs Orientation/Interview', 'Meetup status', 'wordcamporg' ),
    5859            'wcpt-mtp-schdlng'   => _x( 'Scheduling', 'Meetup status', 'wordcamporg' ),
Note: See TracChangeset for help on using the changeset viewer.