Index: sites/trunk/wordcamp.org/public_html/wp-content/plugins/wc-post-types/wc-post-types.php
===================================================================
--- sites/trunk/wordcamp.org/public_html/wp-content/plugins/wc-post-types/wc-post-types.php	(revision 3970)
+++ sites/trunk/wordcamp.org/public_html/wp-content/plugins/wc-post-types/wc-post-types.php	(working copy)
@@ -1843,7 +1843,7 @@
 		register_post_type( 'wcb_speaker', array(
 			'labels'            => $labels,
 			'rewrite'           => array( 'slug' => 'speaker', 'with_front' => true ),
-			'supports'          => array( 'title', 'editor', 'revisions', 'comments' ),
+			'supports'          => array( 'title', 'editor', 'author', 'revisions', 'comments' ),
 			'menu_position'     => 20,
 			'public'            => true,
 			'show_ui'           => true,
@@ -1875,7 +1875,7 @@
 		register_post_type( 'wcb_session', array(
 			'labels'            => $labels,
 			'rewrite'           => array( 'slug' => 'session', 'with_front' => false ),
-			'supports'          => array( 'title', 'editor', 'revisions', 'thumbnail' ),
+			'supports'          => array( 'title', 'editor', 'author', 'revisions', 'thumbnail' ),
 			'menu_position'     => 21,
 			'public'            => true,
 			'show_ui'           => true,
