diff options
Diffstat (limited to 'mod/categories')
-rw-r--r-- | mod/categories/manifest.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mod/categories/manifest.xml b/mod/categories/manifest.xml index cc4e339ce..89c7d452b 100644 --- a/mod/categories/manifest.xml +++ b/mod/categories/manifest.xml @@ -1,11 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> <plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8"> <name>Site-wide Categories</name> - <author>Curverider</author> + <author>Core developers</author> <version>1.7</version> + <blurb>Add site-wide categories</blurb> <description>Site-wide Categories lets administrators define categories that users across the site can add content to.</description> <website>http://www.elgg.org/</website> - <copyright>(C) Curverider 2008-2010</copyright> + <copyright>See COPYRIGHT.txt</copyright> <license>GNU Public License version 2</license> <requires> <type>elgg_version</type> |