Quote:
Originally Posted by CoreIssue
No sweat. We all miss it a bit at times.
That works. Thanks!
But for clarity of others
....
|
And to be really, really sure, don't omit the '$'
So change
PHP Code:
function strip_quotes($text)
{
to
PHP Code:
function strip_quotes($text)
{return $text;
And yes, thanks to that, nested quotes work perfectly again. As simple as that
Also tested on 3.6.4