Perfectly readable
| November 23rd, 2009I have reformatted this single line of unspaced code to make it more readable…
$commentText = preg_replace("/\n/", "", stripExcessLineBreaks(
str_replace(
" ", "", str_replace(
"&","&",str_replace(
"u0026#39;","'", str_replace(
"'", "'", str_replace(
"u0026amp;", "&", str_replace(
"u0026quot;", """, nl2br(
htmlspecialchars(
htmlspecialchars_decode(
stripHTML(
stripReplyText(
$message['body'], true
)
)
),
ENT_NOQUOTES
)
)
)
)
)
)
)
)
)
);