Bug in plugins\buddypress\bp-groups\bp-groups-template.php
-
Hi!
I think, that it’s a mistake in file: plugins\buddypress\bp-groups\bp-groups-template.php
Instead
<?php echo esc_html( bp_nouveau_group_meta()->description ); ?>
need to be:
<?php echo wp_specialchars_decode( bp_nouveau_group_meta()->description ); ?>
Because in another way it prints on site page something like this: Screenshot
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.