diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-03-06 04:07:02 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-03-06 04:07:02 +0000 |
commit | 0e939136a2bbf91bf5be7c7758360b12b210c4ea (patch) | |
tree | 1df73524264d3f7767d0b87876b00bfb69fa13cf /documentation | |
parent | f4c8dce8e8d4f08600780ed5aa719dafe05746fe (diff) | |
download | elgg-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 'documentation')
-rw-r--r-- | documentation/examples/plugins/manifest.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/examples/plugins/manifest.xml b/documentation/examples/plugins/manifest.xml index 0f7823442..1602a7358 100644 --- a/documentation/examples/plugins/manifest.xml +++ b/documentation/examples/plugins/manifest.xml @@ -29,8 +29,8 @@ <path>graphics/plugin_ss2.png</path> </screenshot> - <category>Admin</category> - <category>ServiceAPI</category> + <category>admin</category> + <category>api</category> <on_enable>setup_function</on_enable> <on_disable>teardown_function</on_disable> |