[buddypress-trac] [BuddyPress Trac] #7923: Bug in plugins\buddypress\bp-groups\bp-groups-template.php

buddypress-trac noreply at wordpress.org
Wed Jul 11 21:21:04 UTC 2018


#7923: Bug in plugins\buddypress\bp-groups\bp-groups-template.php
--------------------------+-----------------------------
 Reporter:  MorgunovVit   |      Owner:  (none)
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  Groups        |    Version:
 Severity:  normal        |   Keywords:
--------------------------+-----------------------------
 Hi!
 I think, that it’s a mistake in file: plugins\buddypress\bp-groups\bp-
 groups-template.php
 Instead
 {{{#!php
 <?php echo esc_html( bp_nouveau_group_meta()->description ); ?>
 }}}
 need to be:
 {{{#!php
 <?php echo wp_specialchars_decode( bp_nouveau_group_meta()->description );
 ?>
 }}}

 Because in another way it prints on site page something like this:
 Screenshot [https://prnt.sc/k58j6l]

-- 
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/7923>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac


More information about the buddypress-trac mailing list