Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/25/2015 06:41:49 PM (11 years ago)
Author:
johnjamesjacoby
Message:

All: Escape directory_permalink output functions.

File:
1 edited

Legend:

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

    r9765 r9802  
    6868 */
    6969function bp_groups_directory_permalink() {
    70         echo bp_get_groups_directory_permalink();
     70        echo esc_url( bp_get_groups_directory_permalink() );
    7171}
    7272        /**
Note: See TracChangeset for help on using the changeset viewer.