Changeset 30428
- Timestamp:
- 11/20/2014 01:15:48 PM (10 years ago)
- Location:
- branches/3.8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.8
-
branches/3.8/src/wp-includes/kses.php
r26440 r30428 1408 1408 $css = str_replace(array("\n","\r","\t"), '', $css); 1409 1409 1410 if ( preg_match( '%[\\ (&=}]|/\*%', $css ) ) // remove any inline css containing \ ( & } = or comments1410 if ( preg_match( '%[\\\\(&=}]|/\*%', $css ) ) // remove any inline css containing \ ( & } = or comments 1411 1411 return ''; 1412 1412
Note: See TracChangeset
for help on using the changeset viewer.