Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Firebug

@anonymized-96400

Inactive

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