Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/26/2014 06:09:27 AM (11 years ago)
Author:
r-a-y
Message:

Fix oEmbed in private messages.

oEmbed caching for private messages will be in the next commit.

See #5990.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-legacy/buddypress-functions.php

    r9160 r9187  
    12991299        bp_thread_has_messages( array( 'thread_id' => (int) $_REQUEST['thread_id'] ) );
    13001300
     1301        bp_thread_the_message();
     1302
    13011303        if ( $thread_template->message_count % 2 == 1 ) {
    13021304            $class = 'odd';
Note: See TracChangeset for help on using the changeset viewer.