Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/22/2014 03:50:03 PM (13 years ago)
Author:
djpaul
Message:

Improve string and textarea output escaping throughout BuddyPress.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-templates/bp-legacy/buddypress/members/activate.php

    r7176 r7965  
    2727
    2828                                <p class="submit">
    29                                         <input type="submit" name="submit" value="<?php _e( 'Activate', 'buddypress' ); ?>" />
     29                                        <input type="submit" name="submit" value="<?php esc_attr_e( 'Activate', 'buddypress' ); ?>" />
    3030                                </p>
    3131
Note: See TracChangeset for help on using the changeset viewer.