2 uses of COMMENT
- csstidy_print::_print dans advagg_css_compress/
csstidy/ class.csstidy_print.inc - Returns the formatted CSS Code and saves it into $this->output_css and $this->output_css_plain
- csstidy_print::_seeknocomment dans advagg_css_compress/
csstidy/ class.csstidy_print.inc - Gets the next token type which is $move away from $key, excluding comments
Fichier
-
advagg_css_compress/
csstidy/ data.inc, line 33
Code
define('COMMENT', 7);