ability to remove individual photo tags

This commit is contained in:
Friendika 2010-11-08 14:37:58 -08:00
commit 01f171bce7
3 changed files with 118 additions and 1 deletions

View file

@ -850,6 +850,8 @@ function photos_content(&$a) {
$tag_str .= bbcode($t);
}
$o .= $tag_str . '</div>';
if($cmd === 'edit')
$o .= '<div id="tag-remove"><a href="' . $a->get_baseurl() . '/tagrm/' . $link_item['id'] . '">' . t('[Remove any tag]') . '</a></div>';
}