Quote:
Originally Posted by baronvonwalz
Erm, I'm sorry, I did that wrong.
It should be.
Code:
function strip_quotes($text)
{return $text;
|
No sweat. We all miss it a bit at times.
That works. Thanks!
But for clarity of others
Quote:
Find
function strip_quotes($text)
{
|
Quote:
Replace with
function strip_quotes($text)
{return text;
|
Leaving that { will give a parse error.
Again, thanks! You do good work!
I only tried this on 3.6.4