Changeset 5693
- Timestamp:
- 04/20/2015 04:47:12 PM (7 years ago)
- Location:
- branches/2.5/includes
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.5/includes/common/functions.php
r5643 r5693 275 275 * @param string $original_link Original Link to be modified 276 276 * @uses current_user_can() To check if the current user can moderate 277 * @uses add_query_arg() To add args to the url277 * @uses remove_query_arg() To add args to the url 278 278 * @uses apply_filters() Calls 'bbp_add_view_all' with the link and original link 279 279 * @return string The link with 'view=all' appended if necessary -
branches/2.5/includes/common/template.php
r5692 r5693 1188 1188 * 1189 1189 * @uses wp_get_referer() To get the referer 1190 * @uses esc_attr() To escape the url 1190 * @uses remove_query_arg() To remove the `loggedout` argument 1191 * @uses esc_url() To escape the url 1191 1192 * @uses apply_filters() Calls 'bbp_redirect_to_field', passes field and to 1192 1193 */ -
branches/2.5/includes/forums/template.php
r5237 r5693 1225 1225 * @uses bbp_get_forum_topic_count() To get the forum topic count 1226 1226 * @uses bbp_get_forum_permalink() To get the forum permalink 1227 * @uses remove_query_arg() To remove args from the url1228 1227 * @uses bbp_get_forum_topic_count_hidden() To get the forum hidden 1229 1228 * topic count -
branches/2.5/includes/topics/template.php
r5692 r5693 2089 2089 * @uses bbp_get_topic_reply_count() To get the topic reply count 2090 2090 * @uses bbp_get_topic_permalink() To get the topic permalink 2091 * @uses remove_query_arg() To remove args from the url2092 2091 * @uses bbp_get_topic_reply_count_hidden() To get the topic hidden 2093 2092 * reply count
Note: See TracChangeset
for help on using the changeset viewer.