Skip to content

Commit

Permalink
Removed duplicated line of code that added 'show_in_rest' option twice
Browse files Browse the repository at this point in the history
  • Loading branch information
Fcog authored May 15, 2019
1 parent 50ad40f commit 1ce1064
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Taxonomy.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ public function __construct( $options = array() ) {
$this->args = [
'labels' => $this->labels,
'show_in_rest' => true,
'show_in_rest' => true,
];

if ( isset( $options['args'] ) ) {
Expand Down

0 comments on commit 1ce1064

Please sign in to comment.