Skip to content

Commit

Permalink
Add custom capability to PHPCS definition.
Browse files Browse the repository at this point in the history
  • Loading branch information
boonebgorges committed Jul 18, 2024
1 parent 42082e7 commit 34ab2be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

<rule ref="WordPress.WP.Capabilities">
<properties>
<property name="custom_capabilities[]" value="assign_topic_tags,bp_docs_associate_with_group,bp_docs_create,bp_docs_edit,bp_docs_manage,bp_moderate,edit_topic,grant_badges,moderate" />
<property name="custom_capabilities[]" value="assign_topic_tags,bp_docs_associate_with_group,bp_docs_create,bp_docs_edit,bp_docs_manage,bp_moderate,edit_topic,grant_badges,moderate,view_private_members_of_group" />
</properties>
</rule>
</ruleset>

0 comments on commit 34ab2be

Please sign in to comment.