diff --git src/bp-templates/bp-nouveau/buddypress/groups/single/cover-image-header.php src/bp-templates/bp-nouveau/buddypress/groups/single/cover-image-header.php
index cd5f54c2c..6df6b8765 100644
|
|
|
|
| 59 | 59 | <?php if ( ! empty( bp_nouveau_group_meta()->description ) ) : ?> |
| 60 | 60 | <div class="desc-wrap"> |
| 61 | 61 | <div class="group-description"> |
| 62 | | <?php echo esc_html( bp_nouveau_group_meta()->description ); ?> |
| 63 | | </div><!-- //.group_description --> |
| 64 | | </div> |
| | 62 | <?php echo bp_nouveau_group_meta()->description; ?> |
| | 63 | </div><!-- //.group_description --> |
| | 64 | </div> |
| 65 | 65 | <?php endif; ?> |
| 66 | 66 | <?php endif; ?> |