Skip to content

Commit

Permalink
Removes un-necessary name declaration. #10 (#11)
Browse files Browse the repository at this point in the history
Resolves 10
  • Loading branch information
alexstandiford committed Dec 5, 2020
1 parent 3d315ca commit 4f8bfca
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions lib/abstracts/Taxonomy.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,7 @@
*/
abstract class Taxonomy {
use Feature_Extension;
/**
* The taxonomy name.
*
* @since 1.0.0
*
* @var string The post type "$type" argument.
*/
protected $name = '';


/**
* The post type args.
Expand Down

0 comments on commit 4f8bfca

Please sign in to comment.