projects
/
friendica.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a48690
)
Remove include/tags.php
author
Hypolite Petovan
<mrpetovan@gmail.com>
Sun, 4 Feb 2018 05:00:11 +0000
(
00:00
-0500)
committer
Hypolite Petovan
<mrpetovan@gmail.com>
Sun, 4 Feb 2018 05:00:11 +0000
(
00:00
-0500)
include/tags.php
[deleted file]
patch
|
blob
|
history
diff --git
a/include/tags.php
b/include/tags.php
deleted file mode 100644
(file)
index
4a1c3c9
..0000000
--- a/
include/tags.php
+++ /dev/null
@@
-1,22
+0,0 @@
-<?php
-/**
- * @file include/tags.php
- */
-
-use Friendica\Content\Widget;
-use Friendica\Model\Term;
-
-function create_tags_from_item($itemid)
-{
- return Term::insertFromItemId($itemid);
-}
-
-function create_tags_from_itemuri($itemuri, $uid)
-{
- return Term::insertFromItemUri($itemuri, $uid);
-}
-
-function tagcloud_wall_widget($limit = 50)
-{
- return Widget::tagCloud($limit);
-}