Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/20/2015 03:38:54 PM (10 years ago)
Author:
johnjamesjacoby
Message:

All: make sure URL variables are escaped (trunk)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-forums/bp-forums-template.php

    r9765 r9772  
    17761776 */
    17771777function bp_forum_topic_new_reply_link() {
    1778     echo bp_get_forum_topic_new_reply_link();
     1778    echo esc_url( bp_get_forum_topic_new_reply_link() );
    17791779}
    17801780    /**
Note: See TracChangeset for help on using the changeset viewer.