aboutsummaryrefslogtreecommitdiff
path: root/mod/blog/manifest.xml
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/blog/manifest.xml
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/blog/manifest.xml')
-rw-r--r--mod/blog/manifest.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/mod/blog/manifest.xml b/mod/blog/manifest.xml
index b241d2651..4d853a9aa 100644
--- a/mod/blog/manifest.xml
+++ b/mod/blog/manifest.xml
@@ -3,6 +3,8 @@
<name>Blog</name>
<author>Core developers</author>
<version>1.8</version>
+ <category>bundled</category>
+ <category>content</category>
<blurb>Blog plugin</blurb>
<description>Adds simple blogging capabilities to your Elgg installation.</description>
<website>http://elgg.org/</website>
@@ -14,5 +16,5 @@
</requires>
<admin_interface>simple</admin_interface>
<activate_on_install>true</activate_on_install>
- <on_activate>blog_on_activate</on_activate>
+ <on_activate>blog_on_activate</on_activate>
</plugin_manifest>