Changeset 5727
- Timestamp:
- 05/10/2015 09:46:31 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/core/filters.php
r5714 r5727 126 126 add_filter( 'bbp_edit_forum_pre_content', 'balanceTags', 40 ); 127 127 128 // No follow and wp_unslash on user profilelinks128 // No follow and wp_unslash on links 129 129 add_filter( 'bbp_get_reply_author_link', 'bbp_rel_nofollow' ); 130 130 add_filter( 'bbp_get_reply_author_link', 'wp_unslash' ); 131 add_filter( 'bbp_get_reply_to_link', 'bbp_rel_nofollow' ); 132 add_filter( 'bbp_get_reply_to_link', 'wp_unslash' ); 131 133 add_filter( 'bbp_get_topic_author_link', 'bbp_rel_nofollow' ); 132 134 add_filter( 'bbp_get_topic_author_link', 'wp_unslash' ); 135 add_filter( 'bbp_get_topic_reply_link', 'bbp_rel_nofollow' ); 136 add_filter( 'bbp_get_topic_reply_link', 'wp_unslash' ); 133 137 add_filter( 'bbp_get_user_favorites_link', 'bbp_rel_nofollow' ); 134 138 add_filter( 'bbp_get_user_favorites_link', 'wp_unslash' );
Note: See TracChangeset
for help on using the changeset viewer.