Changeset 3370 for trunk/bp-xprofile/bp-xprofile-admin.php
- Timestamp:
- 11/07/2010 12:24:39 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-xprofile/bp-xprofile-admin.php
r3369 r3370 59 59 60 60 <div id="message" class="<?php echo $type; ?> fade"> 61 <p><?php echo wp_specialchars( esc_attr( $message ) ); ?></p>61 <p><?php echo esc_html( esc_attr( $message ) ); ?></p> 62 62 </div> 63 63 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.