Skip to content

Commit

Permalink
Reflect hidden columns on list table #19
Browse files Browse the repository at this point in the history
  • Loading branch information
shadyvb committed Dec 5, 2013
1 parent b559c88 commit 7b275e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/list-table.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function prepare_items() {

$columns = $this->get_columns();
$sortable = $this->get_sortable_columns();
$hidden = array();
$hidden = get_hidden_columns( $screen );

$this->_column_headers = array( $columns, $hidden, $sortable );

Expand Down

0 comments on commit 7b275e2

Please sign in to comment.