aboutsummaryrefslogtreecommitdiff
path: root/mod/tagcloud
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-03-06 04:07:02 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-03-06 04:07:02 +0000
commit0e939136a2bbf91bf5be7c7758360b12b210c4ea (patch)
tree1df73524264d3f7767d0b87876b00bfb69fa13cf /mod/tagcloud
parentf4c8dce8e8d4f08600780ed5aa719dafe05746fe (diff)
downloadelgg-0e939136a2bbf91bf5be7c7758360b12b210c4ea.tar.gz
elgg-0e939136a2bbf91bf5be7c7758360b12b210c4ea.tar.bz2
Refs #2104 added some categories to core (bundled) plugins
git-svn-id: http://code.elgg.org/elgg/trunk@8612 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/tagcloud')
-rw-r--r--mod/tagcloud/manifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/tagcloud/manifest.xml b/mod/tagcloud/manifest.xml
index b059f6a98..8ca4d10ea 100644
--- a/mod/tagcloud/manifest.xml
+++ b/mod/tagcloud/manifest.xml
@@ -3,6 +3,7 @@
<name>Tag Cloud</name>
<author>Cash Costello</author>
<version>1.0</version>
+ <category>bundled</category>
<description>Widget-based tag clouds.</description>
<website>http://cashcostello.com/</website>
<copyright>See COPYRIGHT.txt</copyright>
@@ -11,5 +12,5 @@
<type>elgg_version</type>
<version>2010030101</version>
</requires>
- <admin_interface>advanced</admin_interface>
+ <admin_interface>advanced</admin_interface>
</plugin_manifest>