Changeset 1062376
- Timestamp:
- 01/07/2015 05:02:05 PM (11 years ago)
- File:
-
- 1 edited
-
enzymes/trunk/lib/Enzymes3.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
enzymes/trunk/lib/Enzymes3.php
r1062328 r1062376 267 267 $this->e_comment = new Ando_Regex('\/\*.*?\*\/', '@@s'); 268 268 // for some reason WP introduces some C2 (hex) chars when writing a post... 269 $this->e_blank = new Ando_Regex('(?:\s|\x c2)+', '@@');269 $this->e_blank = new Ando_Regex('(?:\s|\xC2\xA0)+', '@@'); 270 270 $this->e_escaped_injection_delimiter = new Ando_Regex('\\\\([{[\]}])', '@@'); 271 271 $this->e_escaped_string_delimiter = new Ando_Regex('\\\\=', '@@');
Note: See TracChangeset
for help on using the changeset viewer.