Function __global->substitute_comment_encapsulated_tempcode
Definitions
sources/tempcode_compiler.php
- Take some Tempcode and pre-process it for Tempcode portions encapsulated within comments (or similar).This is done so syntax-highlighters don't break, and WYSIWYG-editors don't corrupt the Tempcode.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: string
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$data | string | required parameter | N/A | N/A | Input Tempcode |
Return
- Output Tempcode
- Type: string
- Set: N/A
- Range: N/A