mirror of
https://github.com/e107inc/e107.git
synced 2025-08-16 11:36:08 +02:00
Improved detection of deprecated functions/methods and display in DEBUG mode: deprecated.
This commit is contained in:
@@ -14,7 +14,7 @@ if (!defined('e107_INIT')) { exit; }
|
||||
// IMPORTANT : Entire file is deprecated. see: bbcode_shortcodes.php and bbcode_hanlder.php
|
||||
// Left in place only for BC.
|
||||
/**
|
||||
* @DEPRECATED use $frm->bbarea() instead.
|
||||
* @deprecated use $frm->bbarea() instead.
|
||||
*/
|
||||
function ren_help($mode = 1, $addtextfunc = "addtext", $helpfunc = "help")
|
||||
{
|
||||
|
Reference in New Issue
Block a user