Changeset 6338 for trunk/src/includes/core/filters.php
- Timestamp:
- 03/02/2017 12:24:40 AM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/core/filters.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/core/filters.php
r6302 r6338 140 140 add_filter( 'bbp_get_user_profile_edit_link', 'bbp_rel_nofollow' ); 141 141 add_filter( 'bbp_get_user_profile_edit_link', 'wp_unslash' ); 142 add_filter( 'bbp_get_cancel_reply_to_link', 'bbp_rel_nofollow' ); 143 add_filter( 'bbp_get_cancel_reply_to_link', 'wp_unslash' ); 142 144 143 145 // Run filters on reply content
Note: See TracChangeset
for help on using the changeset viewer.