Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Firebug


Anonymous User 96400
Inactive

@anonymized-96400

Just comment it out. If it’s within php tags then add // just after the opening tag. If you want to hide multi-line php code then wrap whatever you want to hide like this:

/* hide this sentence */

If it’s html you want to hide then use this:

<!-- hide this sentence -->.

Skip to toolbar