Making WordPress.org

Ticket #1992: meta-1992.patch

File meta-1992.patch, 1.3 KB (added by SergeyBiryukov, 8 years ago)
  • sites/trunk/wordcamp.org/public_html/wp-content/plugins/wc-post-types/wc-post-types.php

     
    18431843                register_post_type( 'wcb_speaker', array(
    18441844                        'labels'            => $labels,
    18451845                        'rewrite'           => array( 'slug' => 'speaker', 'with_front' => true ),
    1846                         'supports'          => array( 'title', 'editor', 'revisions', 'comments' ),
     1846                        'supports'          => array( 'title', 'editor', 'author', 'revisions', 'comments' ),
    18471847                        'menu_position'     => 20,
    18481848                        'public'            => true,
    18491849                        'show_ui'           => true,
     
    18751875                register_post_type( 'wcb_session', array(
    18761876                        'labels'            => $labels,
    18771877                        'rewrite'           => array( 'slug' => 'session', 'with_front' => false ),
    1878                         'supports'          => array( 'title', 'editor', 'revisions', 'thumbnail' ),
     1878                        'supports'          => array( 'title', 'editor', 'author', 'revisions', 'thumbnail' ),
    18791879                        'menu_position'     => 21,
    18801880                        'public'            => true,
    18811881                        'show_ui'           => true,