Quote:
Originally Posted by Omegatron
If you dont know the scope of the entire discussion please do not be rude with comments like that.
Code:
$output = "This is <span style=\"font-weight: bold\">bold</span>";
Most definately needs to be escaped.
|
Yes, this line needs to be escaped. However, the previous example (which came from you, originally!) used single quotes for the echo statement. You may want to reflect on that difference before calling me rude.
Quote:
I have what I am doing done. This line is not liked is posted. I simply ended up creating a new hook location.
|
As I said, the whole thing you wanted to do works perfectly well for me in my plugin, and it obviously does for Lynne. Maybe you did not want to hear that, as you did not want to post your whole code, but that's your decision absolutely. Glad it worked out for you, even if using other ways than intended.