Changeset 3300 for trunk/bp-xprofile/bp-xprofile-admin.php
- Timestamp:
- 10/24/2010 09:22:29 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-xprofile/bp-xprofile-admin.php
r3232 r3300 59 59 60 60 <div id="message" class="<?php echo $type; ?> fade"> 61 <p><?php echo wp_specialchars( attribute_escape( $message ) ); ?></p>61 <p><?php echo wp_specialchars( esc_attr( $message ) ); ?></p> 62 62 </div> 63 63 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.