Ticket #6081: 6081.patch
File 6081.patch, 516 bytes (added by , 10 years ago) |
---|
-
src/bp-xprofile/bp-xprofile-admin.php
diff --git src/bp-xprofile/bp-xprofile-admin.php src/bp-xprofile/bp-xprofile-admin.php index 24d36e1..5442e7c 100644
function xprofile_admin( $message = '', $type = 'error' ) { 128 128 129 129 <?php if ( $group->description ) : ?> 130 130 131 <legend><?php echo esc_attr( $group->description) ?></legend>131 <legend><?php echo esc_attr( stripslashes( $group->description ) ) ?></legend> 132 132 133 133 <?php endif; 134 134