Skip to content

Commit

Permalink
Merge branch 'pr/99' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbillion committed Sep 28, 2018
2 parents ed9d502 + 100d7f4 commit ce59550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ function register_extended_post_type( string $post_type, array $args = [], array
* The singular name, plural name, and slug are generated from the taxonomy name. These can be overridden with the
* `$names` parameter if necessary. Example:
*
* register_extended_taxonomy( 'story', 'post' [], [
* register_extended_taxonomy( 'story', 'post', [], [
* 'plural' => 'Stories',
* 'slug' => 'tales',
* ] );
Expand Down

0 comments on commit ce59550

Please sign in to comment.