Changeset 713 for trunk/bp-messages/bp-messages-templatetags.php
- Timestamp:
- 12/15/2008 07:12:55 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/bp-messages/bp-messages-templatetags.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-messages/bp-messages-templatetags.php
r660 r713 243 243 function bp_message_notice_post_date() { 244 244 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) ) ); 246 246 } 247 247 … … 268 268 $link = $bp['loggedin_domain'] . $bp['messages']['slug'] . '/notices/deactivate/' . $messages_template->thread->id; 269 269 } 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; 271 271 } 272 272 echo apply_filters( 'bp_message_activate_deactivate_link', $link );
Note: See TracChangeset
for help on using the changeset viewer.