Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Adding support for authors
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmbacon committed Aug 11, 2015
1 parent 2caa006 commit 2e4cc04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uc-people.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function create_custom_custom_post_type(){
'public' => true,
'menu_position' => 35,
'menu_icon' => 'dashicons-groups',
'supports' => array( 'tags', 'thumbnail', 'revisions', 'page-attributes' ),
'supports' => array( 'tags', 'thumbnail', 'revisions', 'page-attributes', 'author' ),
'has_archive' => true
);

Expand Down

0 comments on commit 2e4cc04

Please sign in to comment.