Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/30/2012 11:49:37 PM (12 years ago)
Author:
johnjamesjacoby
Message:

Messages:

  • Remove unused function, calling a function that was deleted years ago.
  • Remove references to $thread_id and $thread_ids globals.
File:
1 edited

Legend:

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

    r6342 r6546  
    326326        return apply_filters( 'bp_get_message_thread_avatar', bp_core_fetch_avatar( array( 'item_id' => $messages_template->thread->last_sender_id, 'type' => 'thumb', 'alt' => sprintf( __( 'Profile picture of %s', 'buddypress' ), bp_core_get_user_displayname( $messages_template->thread->last_sender_id ) ) ) ) );
    327327    }
    328 
    329 function bp_message_thread_view() {
    330     global $thread_id;
    331 
    332     messages_view_thread($thread_id);
    333 }
    334328
    335329function bp_total_unread_messages_count() {
Note: See TracChangeset for help on using the changeset viewer.