Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/11/2010 03:55:51 PM (16 years ago)
Author:
apeatling
Message:

Adding missing make_clickable filters to private message content.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-messages/bp-messages-filters.php

    r2168 r2679  
    4141add_filter( 'bp_get_the_thread_message_content', 'convert_chars' );
    4242
     43add_filter( 'bp_get_message_notice_text', 'make_clickable' );
     44add_filter( 'bp_get_message_thread_excerpt', 'make_clickable' );
     45add_filter( 'bp_get_the_thread_message_content', 'make_clickable' );
     46
    4347add_filter( 'bp_get_message_notice_subject', 'wpautop' );
    4448add_filter( 'bp_get_message_notice_text', 'wpautop' );
Note: See TracChangeset for help on using the changeset viewer.