Example #1
0
</td>
	<td class="num"><a href="<?php 
        topic_last_post_link();
        ?>
"><?php 
        topic_time();
        ?>
</a></td>
</tr>
<?php 
    }
    ?>
</table>

<p class="rss-link"><a href="<?php 
    bb_tag_posts_rss_link();
    ?>
" class="rss-link"><?php 
    _e('<abbr title="Really Simple Syndication">RSS</abbr> link for this tag');
    ?>
</a></p>

<?php 
    tag_pages(array('before' => '<div class="nav">', 'after' => '</div>'));
    ?>

<?php 
}
?>

<?php 
function bb_tag_rss_link($tag_id = 0, $context = 0)
{
    bb_log_deprecated('function', __FUNCTION__, 'bb_tag_posts_rss_link');
    return bb_tag_posts_rss_link($tag_id, $context);
}