Skip to content

Commit

Permalink
Adds author panel to the Dashboard area. Fixes #201
Browse files Browse the repository at this point in the history
  • Loading branch information
boonebgorges committed Mar 23, 2012
1 parent 9a5e9a4 commit c476720
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bp-docs.php
Expand Up @@ -209,7 +209,7 @@ function register_post_type() {
'_builtin' => false,
'show_ui' => $this->show_cpt_ui(),
'hierarchical' => false,
'supports' => array( 'title', 'editor', 'revisions', 'excerpt', 'comments' ),
'supports' => array( 'title', 'editor', 'revisions', 'excerpt', 'comments', 'author' ),
'query_var' => true,
'rewrite' => false // Todo: This bites
) );
Expand Down
3 changes: 3 additions & 0 deletions readme.txt
Expand Up @@ -35,6 +35,9 @@ This plugin is in active development. For feature requests and bug reports, visi

== Changelog ==

= 1.1.21 =
* Show the 'author' panel in the Dashboard

= 1.1.20 =
* Fixes idle timeout javascript
* Fixes bug with timezones on History tab
Expand Down

0 comments on commit c476720

Please sign in to comment.