Example #1
0
bb_topic_labels();
?>
</span>
<h2<?php 
topic_class('topictitle');
?>
><?php 
topic_title();
?>
</h2>
<span id="topic_posts">(<?php 
topic_posts_link();
?>
)</span>
<span id="topic_voices">(<?php 
printf(_n('%s voice', '%s voices', bb_get_topic_voices()), bb_get_topic_voices());
?>
)</span>

<ul class="topicmeta">
	<li><?php 
printf(__('Asked %1$s ago by %2$s'), get_topic_start_time(), get_topic_author());
?>
</li>
<?php 
if (1 < get_topic_posts()) {
    ?>
	<li><?php 
    printf(__('<a href="%1$s">Latest answer</a> from %2$s'), esc_attr(get_topic_last_post_link()), get_topic_last_poster());
    ?>
</li>
function bb_topic_voices($id = 0)
{
    echo apply_filters('bb_topic_voices', bb_get_topic_voices($id), get_topic_id($id));
}