Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/15/2008 07:12:55 AM (17 years ago)
Author:
apeatling
Message:

Fixes #134

File:
1 edited

Legend:

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

    r660 r713  
    243243function bp_message_notice_post_date() {
    244244    global $messages_template;
    245     echo apply_filters( 'bp_message_notice_post_date', bp_format_time( strtotime($messages_template->thread->post_date) ) );
     245    echo apply_filters( 'bp_message_notice_post_date', bp_format_time( strtotime($messages_template->thread->date_sent) ) );
    246246}
    247247
     
    268268        $link = $bp['loggedin_domain'] . $bp['messages']['slug'] . '/notices/deactivate/' . $messages_template->thread->id;
    269269    } else {
    270         $link = $bp['loggedin_domain'] . $bp['bp_messages_slug'] . '/notices/activate/' . $messages_template->thread->id;       
     270        $link = $bp['loggedin_domain'] . $bp['messages']['slug'] . '/notices/activate/' . $messages_template->thread->id;       
    271271    }
    272272    echo apply_filters( 'bp_message_activate_deactivate_link', $link );
Note: See TracChangeset for help on using the changeset viewer.