Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/23/2019 04:26:33 AM (7 years ago)
Author:
imath
Message:

Groups: improved escaping of the RSS feed link of single groups

(Trunk)

File:
1 edited

Legend:

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

    r12405 r12409  
    59225922        } ?>
    59235923
    5924         <link rel="alternate" type="application/rss+xml" title="<?php bloginfo( 'name' ) ?> | <?php bp_current_group_name() ?> | <?php _e( 'Group Activity RSS Feed', 'buddypress' ) ?>" href="<?php bp_group_activity_feed_link() ?>" />
     5924        <link rel="alternate" type="application/rss+xml" title="<?php bloginfo( 'name' ) ?> | <?php echo esc_attr( bp_get_current_group_name() ); ?> | <?php _e( 'Group Activity RSS Feed', 'buddypress' ) ?>" href="<?php bp_group_activity_feed_link() ?>" />
    59255925
    59265926<?php
Note: See TracChangeset for help on using the changeset viewer.