Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/24/2008 05:31:27 AM (17 years ago)
Author:
apeatling
Message:

Introduced new functions for handling navigation items. bp_core_add_nav_item() bp_core_add_nav_default() bp_core_add_subnav_item() can now be used.

File:
1 edited

Legend:

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

    r309 r359  
    174174function bp_message_thread_avatar() {
    175175    global $messages_template;
    176     if ( function_exists('bp_core_get_avatar') )
    177         echo bp_core_get_avatar($messages_template->thread->last_sender_id, 1);
     176    echo bp_core_get_avatar($messages_template->thread->last_sender_id, 1);
    178177}
    179178
    180179function bp_message_thread_view() {
    181180    global $thread_id;
    182    
     181
    183182    messages_view_thread($thread_id);
    184183}
Note: See TracChangeset for help on using the changeset viewer.