Making WordPress.org


Ignore:
Timestamp:
09/29/2016 06:51:44 PM (8 years ago)
Author:
iandunn
Message:

WordCamp Post Types: Add author support to Speakers and Sessions

Fixes #1992
Props SergeyBiryukov

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordcamp.org/public_html/wp-content/plugins/wc-post-types/wc-post-types.php

    r4035 r4172  
    18461846            'labels'            => $labels,
    18471847            'rewrite'           => array( 'slug' => 'speaker', 'with_front' => true ),
    1848             'supports'          => array( 'title', 'editor', 'revisions', 'comments' ),
     1848            'supports'          => array( 'title', 'editor', 'author', 'revisions', 'comments' ),
    18491849            'menu_position'     => 20,
    18501850            'public'            => true,
     
    18781878            'labels'            => $labels,
    18791879            'rewrite'           => array( 'slug' => 'session', 'with_front' => false ),
    1880             'supports'          => array( 'title', 'editor', 'revisions', 'thumbnail' ),
     1880            'supports'          => array( 'title', 'editor', 'author', 'revisions', 'thumbnail' ),
    18811881            'menu_position'     => 21,
    18821882            'public'            => true,
Note: See TracChangeset for help on using the changeset viewer.