Skip to content

Commit

Permalink
Merge branch 'taxonomy-name' of https://github.com/IanDelMar/WordPres…
Browse files Browse the repository at this point in the history
…s-Coding-Standards into taxonomy-name
  • Loading branch information
IanDelMar committed Sep 11, 2024
2 parents d9e0ee8 + 05f42ca commit 2b2b097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WordPress/AbstractValidSlugSniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,8 @@ public function process_parameters( $stackPtr, $group_name, $matched_content, $p
array(
$matched_content,
$this->slug_type,
ucfirst( $this->slug_type ),
$slug,
ucfirst( $this->slug_type ),
)
);
}
Expand Down

0 comments on commit 2b2b097

Please sign in to comment.