Skip to:
Content

bbPress.org


Ignore:
Timestamp:
04/20/2015 04:47:12 PM (10 years ago)
Author:
johnjamesjacoby
Message:

All: ensure all URLs are escaped part 2 (2.5 branch)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.5/includes/common/functions.php

    r5643 r5693  
    275275 * @param string $original_link Original Link to be modified
    276276 * @uses current_user_can() To check if the current user can moderate
    277  * @uses add_query_arg() To add args to the url
     277 * @uses remove_query_arg() To add args to the url
    278278 * @uses apply_filters() Calls 'bbp_add_view_all' with the link and original link
    279279 * @return string The link with 'view=all' appended if necessary
Note: See TracChangeset for help on using the changeset viewer.