Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/22/2014 03:50:03 PM (12 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/searchform.php

    r6146 r7965  
    33<form role="search" method="get" id="searchform" action="<?php echo home_url(); ?>/">
    44        <input type="text" value="<?php the_search_query(); ?>" name="s" id="s" />
    5         <input type="submit" id="searchsubmit" value="<?php _e( 'Search', 'buddypress' ); ?>" />
     5        <input type="submit" id="searchsubmit" value="<?php esc_attr_e( 'Search', 'buddypress' ); ?>" />
    66
    77        <?php do_action( 'bp_blog_search_form' ); ?>
Note: See TracChangeset for help on using the changeset viewer.