mirror of
https://github.com/e107inc/e107.git
synced 2025-07-30 19:30:25 +02:00
Plugin Builder: added description for e_parse addon.
This commit is contained in:
@@ -882,7 +882,8 @@ class e107plugin
|
|||||||
'e_rss' => "Give your plugin an rss feed.",
|
'e_rss' => "Give your plugin an rss feed.",
|
||||||
'e_upload' => "Use data from your plugin in the user upload form.",
|
'e_upload' => "Use data from your plugin in the user upload form.",
|
||||||
'e_user' => "Have your plugin include data on the user-profile page.",
|
'e_user' => "Have your plugin include data on the user-profile page.",
|
||||||
'e_library' => "Include a third-party library"
|
'e_library' => "Include a third-party library",
|
||||||
|
'e_parse' => "Hook into e107's text/html parser"
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user