Setting Group Heirarchy Broken by HTML Comment
-
Step 2 of creating a new group does not display correctly.
Line 170 in extension.php contains an HTML comment which isn’t properly closed. This affects selecting the Parent Group and hides the rest of the Group Hierarchy options for the page.
<!--<option value="0"><?php _e( 'Site Root', 'bp-group-hierarchy' ); ?></option>-->
becomes
<!--<option value="0">Site Root</option>–><br />
Deleting line 170, resolved the issue.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Setting Group Heirarchy Broken by HTML Comment’ is closed to new replies.