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/forums/forums-loop.php

    r6725 r7965  
    5252                        <tr class="<?php bp_the_topic_css_class(); ?>">
    5353                                <td class="td-title">
    54                                         <a class="topic-title" href="<?php bp_the_topic_permalink(); ?>" title="<?php _e( 'Permanent link to this post', 'buddypress' ); ?>">
     54                                        <a class="topic-title" href="<?php bp_the_topic_permalink(); ?>" title="<?php esc_attr_e( 'Permanent link to this post', 'buddypress' ); ?>">
    5555
    5656                                                <?php bp_the_topic_title(); ?>
Note: See TracChangeset for help on using the changeset viewer.