diff options
author | Mario <mario@mariovavti.com> | 2022-02-23 11:52:11 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-02-23 11:52:11 +0000 |
commit | a520063265459a6a02c7e39b64aa7fd83bc0b246 (patch) | |
tree | d7938d1626f51085568bc402564d6939034183ad /Zotlabs/Widget/Tagcloud.php | |
parent | 1e171a72a03bfff06888c275b4fc88286ae20c8f (diff) | |
download | volse-hubzilla-a520063265459a6a02c7e39b64aa7fd83bc0b246.tar.gz volse-hubzilla-a520063265459a6a02c7e39b64aa7fd83bc0b246.tar.bz2 volse-hubzilla-a520063265459a6a02c7e39b64aa7fd83bc0b246.zip |
widget descriptions and add content region to all pdl files for convenience
Diffstat (limited to 'Zotlabs/Widget/Tagcloud.php')
-rw-r--r-- | Zotlabs/Widget/Tagcloud.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Zotlabs/Widget/Tagcloud.php b/Zotlabs/Widget/Tagcloud.php index f79bd59ad..00456f24f 100644 --- a/Zotlabs/Widget/Tagcloud.php +++ b/Zotlabs/Widget/Tagcloud.php @@ -2,6 +2,11 @@ namespace Zotlabs\Widget; +/** + * * Name: Tag cloud + * * Description: Display hashtags of your network items in a cloud + * * Requires: network, hq + */ class Tagcloud { |