Ampersand Wrote:if you try to put PHP into a component, can you put any quoted strings there? For simplest example echo("text");? Since get_component() relies on both eval() and stripslashes() it will output unquoted string. Double backslashes to overcome it?
??? get_component works perfectly with single and double quoted strings, e.g. a component with
Code:
<?php echo "double".' single'; ?>