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/members/single/messages/messages-loop.php

    r6816 r7965  
    4141
    4242                                <td width="50%" class="thread-info">
    43                                         <p><a href="<?php bp_message_thread_view_link(); ?>" title="<?php _e( "View Message", "buddypress" ); ?>"><?php bp_message_thread_subject(); ?></a></p>
     43                                        <p><a href="<?php bp_message_thread_view_link(); ?>" title="<?php esc_attr_e( "View Message", "buddypress" ); ?>"><?php bp_message_thread_subject(); ?></a></p>
    4444                                        <p class="thread-excerpt"><?php bp_message_thread_excerpt(); ?></p>
    4545                                </td>
     
    4949                                <td width="13%" class="thread-options">
    5050                                        <input type="checkbox" name="message_ids[]" value="<?php bp_message_thread_id(); ?>" />
    51                                         <a class="button confirm" href="<?php bp_message_thread_delete_link(); ?>" title="<?php _e( "Delete Message", "buddypress" ); ?>"><?php _e( 'Delete', 'buddypress' ); ?></a> &nbsp;
     51                                        <a class="button confirm" href="<?php bp_message_thread_delete_link(); ?>" title="<?php esc_attr_e( "Delete Message", "buddypress" ); ?>"><?php _e( 'Delete', 'buddypress' ); ?></a> &nbsp;
    5252                                </td>
    5353                        </tr>
Note: See TracChangeset for help on using the changeset viewer.