function bb_tag_remove_link($args = null)
{
    echo bb_get_tag_remove_link($args);
}
 function get_tag_remove_link()
 {
     bb_log_deprecated('function', __FUNCTION__, 'bb_get_tag_remove_link');
     bb_get_tag_remove_link();
 }
Exemple #3
0
        ?>
			<li id="tag-<?php 
        echo $tag->tag_id;
        ?>
_<?php 
        echo $tag->user_id;
        ?>
">
				<a href="<?php 
        bb_tag_link();
        ?>
" rel="tag"><?php 
        bb_tag_name();
        ?>
</a> <?php 
        $tags = bb_get_tag_remove_link();
        if ($tags) {
            echo '<small>' . $tags . '</small>';
        }
        ?>
			</li>
		<?php 
    }
    ?>
		</ul>
	</div>
	<?php 
} else {
    ?>
		<p><?php 
    printf(__('No <a href="%s">tags</a> yet.'), bb_get_tag_page_link());