Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
10/24/2010 09:22:29 PM (14 years ago)
Author:
djpaul
Message:

Fixed #2676

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-xprofile/bp-xprofile-admin.php

    r3232 r3300  
    5959
    6060                <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>
    6262                </div>
    6363<?php       endif; ?>
Note: See TracChangeset for help on using the changeset viewer.