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-themes/bp-default/groups/single/request-membership.php

    r5737 r7965  
    1010                <?php do_action( 'bp_group_request_membership_content' ); ?>
    1111
    12                 <p><input type="submit" name="group-request-send" id="group-request-send" value="<?php _e( 'Send Request', 'buddypress' ); ?>" />
     12                <p><input type="submit" name="group-request-send" id="group-request-send" value="<?php esc_attr_e( 'Send Request', 'buddypress' ); ?>" />
    1313
    1414                <?php wp_nonce_field( 'groups_request_membership' ); ?>
Note: See TracChangeset for help on using the changeset viewer.