Skip to content

Commit

Permalink
Add 'openlab-main-content' wrapper on groups index.
Browse files Browse the repository at this point in the history
This ensures that skip links work.

See #3267.
  • Loading branch information
boonebgorges committed Nov 2, 2023
1 parent 599a5ff commit 3128c61
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion wp-content/themes/openlab/buddypress/groups/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@
<div class="clearfix visible-xs">
<span class="profile-type pull-left"><?php echo esc_html( $account_type ); ?></span>
</div>
<?php bp_get_template_part('groups/groups', 'loop'); ?>

<div id="openlab-main-content">
<?php bp_get_template_part( 'groups/groups', 'loop' ); ?>
</div>
</div>

<?php openlab_bp_sidebar('members'); ?>
Expand Down

0 comments on commit 3128c61

Please sign in to comment.