1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-09 16:17:14 +02:00

Plugin Addons: e_tohtml.php deprecated in favor of new e_parse.php addon file. TinyMce now disables plugin hooks during parsing.

This commit is contained in:
Cameron
2016-08-01 12:58:03 -07:00
parent a33c752c86
commit 7de9daf9ff
4 changed files with 83 additions and 8 deletions

View File

@@ -37,8 +37,8 @@ class e107plugin
'e_meta', // @Deprecated
'e_emailprint',
'e_frontpage',
'e_latest', // @Deprecated - see e_dashboard
'e_status', //@Deprecated - see e_dashboard
'e_latest', /* @deprecated - see e_dashboard */
'e_status', /* @deprecated - see e_dashboard */
'e_menu',
'e_search',
'e_shortcode',
@@ -55,8 +55,9 @@ class e107plugin
'e_url', // simple mod-rewrite.
'e_mailout',
'e_sitelink', // sitelinks generator.
'e_tohtml',
'e_tohtml', /* @deprecated - use e_parse */
'e_featurebox',
'e_parse',
'e_related',
'e_rss',
'e_upload',