Okay, so maybe not easy for me, but I can't seem to find the definition for the statement "\n\t" in PHP. For example, a plugin I am working with uses it in this context:
"echo "\n\t<!-- BDP RSS Aggr..."
I realize that "\n" means a new line, but what about "\t"?
\n\t ??