
12-06-2006, 12:36 PM
|
 |
|
|
Join Date: Dec 2004
Location: USA
Posts: 1,612
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Nixonian
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
|
works great, thanks!
|