Quote:
Originally Posted by Lynne
You'll need to use a plugin to put the code in and then go:
PHP Code:
$template_hook[postbit_user_popup] .= "whatever /"escape/" any quotes you use";
|
I think his error might be from using the wrong slash. You're supposed to use backslashes for escaping.
PHP Code:
$template_hook[postbit_user_popup] .= "whatever \"escape\" any quotes you use";