Skip to:
Content

bbPress.org


Ignore:
Timestamp:
03/02/2017 12:24:40 AM (9 years ago)
Author:
johnjamesjacoby
Message:

Add bbp_rel_nofollow() to bbp_get_cancel_reply_to_link filter.

Also clean-up bbp_get_cancel_reply_to_link() a bit.

See #3067.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/core/filters.php

    r6302 r6338  
    140140add_filter( 'bbp_get_user_profile_edit_link', 'bbp_rel_nofollow' );
    141141add_filter( 'bbp_get_user_profile_edit_link', 'wp_unslash'       );
     142add_filter( 'bbp_get_cancel_reply_to_link',   'bbp_rel_nofollow' );
     143add_filter( 'bbp_get_cancel_reply_to_link',   'wp_unslash'       );
    142144
    143145// Run filters on reply content
Note: See TracChangeset for help on using the changeset viewer.