1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-16 02:26:25 +02:00

Plugin Builder: added description for e_parse addon.

This commit is contained in:
Cameron 2017-09-20 16:23:17 -07:00
parent 7025abd59a
commit 8ff8daf23f

View File

@ -882,7 +882,8 @@ class e107plugin
'e_rss' => "Give your plugin an rss feed.",
'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_library' => "Include a third-party library"
'e_library' => "Include a third-party library",
'e_parse' => "Hook into e107's text/html parser"
);