Skip to:
Content

BuddyPress.org

Changeset 385


Ignore:
Timestamp:
10/10/2008 06:09:05 AM (16 years ago)
Author:
apeatling
Message:

Fixes #85

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-messages.php

    r373 r385  
    715715
    716716function messages_view_thread( $thread_id ) {
    717     global $userdata;
     717    global $userdata, $bp;
    718718
    719719    $thread = new BP_Messages_Thread( $thread_id, true );
     
    732732                        <tr>
    733733                            <td>
    734                                 <img src="<?php echo $bp_messages_image_base ?>/email_open.gif" alt="Message" style="vertical-align: top;" /> &nbsp;
     734                                <img src="<?php echo $bp['messages']['image_base'] ?>/email_open.gif" alt="Message" style="vertical-align: top;" /> &nbsp;
    735735                                <?php _e('Sent between ') ?> <?php echo BP_Messages_Thread::get_recipient_links($thread->recipients) ?>
    736736                                <?php _e('and') ?> <?php echo bp_core_get_userlink($userdata->ID) ?>.
Note: See TracChangeset for help on using the changeset viewer.