Skip to content

Commit

Permalink
doc: Fix Typo (group -> grouping)
Browse files Browse the repository at this point in the history
  • Loading branch information
28Smiles authored and michael-milette committed Jul 23, 2024
1 parent a91cdc2 commit bd8eb26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions filter.php
Original file line number Diff line number Diff line change
Expand Up @@ -4637,7 +4637,7 @@ function ($matches) use ($mycohorts) {
}

// Tag: {ifingrouping id|idnumber}...{/ifingrouping}.
// Description: Display content if the user is a member of the specified group.
// Description: Display content if the user is a member of the specified grouping.
// Required Parameters: group id or idnumber.
// Requires content between tags.
if (stripos($text, '{ifingrouping') !== false) {
Expand Down Expand Up @@ -4666,7 +4666,7 @@ function ($matches) use ($mycohorts) {
}

// Tag: {ifnotingroup id|idnumber}...{/ifnotingroup}.
// Description: Display content if the user is NOT a member of the specified group.
// Description: Display content if the user is NOT a member of the specified grouping.
// Required Parameters: group id or idnumber.
// Requires content between tags.
if (stripos($text, '{ifnotingrouping') !== false) {
Expand Down

0 comments on commit bd8eb26

Please sign in to comment.