Ticket #1992: meta-1992.patch
File meta-1992.patch, 1.3 KB (added by , 8 years ago) |
---|
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wc-post-types/wc-post-types.php
1843 1843 register_post_type( 'wcb_speaker', array( 1844 1844 'labels' => $labels, 1845 1845 'rewrite' => array( 'slug' => 'speaker', 'with_front' => true ), 1846 'supports' => array( 'title', 'editor', ' revisions', 'comments' ),1846 'supports' => array( 'title', 'editor', 'author', 'revisions', 'comments' ), 1847 1847 'menu_position' => 20, 1848 1848 'public' => true, 1849 1849 'show_ui' => true, … … 1875 1875 register_post_type( 'wcb_session', array( 1876 1876 'labels' => $labels, 1877 1877 'rewrite' => array( 'slug' => 'session', 'with_front' => false ), 1878 'supports' => array( 'title', 'editor', ' revisions', 'thumbnail' ),1878 'supports' => array( 'title', 'editor', 'author', 'revisions', 'thumbnail' ), 1879 1879 'menu_position' => 21, 1880 1880 'public' => true, 1881 1881 'show_ui' => true,