Core  3.2
PHP API documentation
 All Data Structures Namespaces Files Functions Variables Pages
geteditenumhelpmessage.php
Go to the documentation of this file.
1 <?php
2 /*
3  * @author Anakeen
4  * @package FDL
5  */
6 
8 {
9  $help = _("EditEnumHelpMessage");
10 
11  $action->lay->template = str_replace(array(
12  "\n",
13  '"'
14  ) , array(
15  " ",
16  '&quot;"'
17  ) , $help);
18  $action->lay->noparse = true;
19 }
global $action
geteditenumhelpmessage(Action &$action)
← centre documentaire © anakeen