Skip to content

Commit

Permalink
Remove 'Member Profile' section from Portfolio profile header.
Browse files Browse the repository at this point in the history
  • Loading branch information
boonebgorges committed Jun 25, 2024
1 parent f9ec483 commit b809e66
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions buddypress/groups/single/group-home.php
Original file line number Diff line number Diff line change
Expand Up @@ -282,16 +282,6 @@
</div>
<?php endif; ?>

<?php if ( $group_type->get_is_portfolio() ) : ?>

<div class="table-row row">
<div class="bold col-sm-7"><?php esc_html_e( 'Member Profile', 'commons-in-a-box' ); ?></div>
<?php // phpcs:ignore WordPress.Security.EscapeOutput ?>
<div class="col-sm-17 row-content"><?php echo bp_core_get_userlink( openlab_get_user_id_from_portfolio_group_id( bp_get_group_id() ) ); ?></div>
</div>

<?php endif; ?>

<?php if ( openlab_group_can_be_cloned( bp_get_current_group_id() ) ) : ?>
<div class="table-row row">
<div class="col-xs-24 status-message italics">
Expand Down

0 comments on commit b809e66

Please sign in to comment.