| 31 | | <a href="<?php post_link(); ?>"><?php topic_title($bb_post->topic_id); ?></a> |
| 32 | | <span class="freshness"><?php printf( __('Posted %s'), bb_datetime_format_i18n( bb_get_post_time( array( 'format' => 'timestamp' ) ) ) ); ?></span> |
| 33 | | <p><?php post_text(); ?></p> |
| | 31 | <a href="<?php topic_link(); ?>"><?php topic_title(); ?></a> |
| | 32 | <span class="freshness"><?php printf( __( 'Last post <a href="%1$s" title="%2$s">%3$s ago</a> by <a href="%4$s">%5$s</a>' ), get_topic_last_post_link(), bb_datetime_format_i18n( get_topic_time( array( 'format' => 'timestamp' ) ) ), get_topic_time(), get_user_profile_link( $topic->topic_last_poster ), get_topic_last_poster() ); ?></span> |