From 01f171bce71126f60cf0ef9b447006b34c5a3891 Mon Sep 17 00:00:00 2001 From: Friendika Date: Mon, 8 Nov 2010 14:37:58 -0800 Subject: ability to remove individual photo tags --- mod/photos.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mod/photos.php') diff --git a/mod/photos.php b/mod/photos.php index 8957751cf..97587cbb5 100644 --- a/mod/photos.php +++ b/mod/photos.php @@ -850,6 +850,8 @@ function photos_content(&$a) { $tag_str .= bbcode($t); } $o .= $tag_str . ''; + if($cmd === 'edit') + $o .= '
' . t('[Remove any tag]') . '
'; } -- cgit v1.2.3