Changeset 30425
- Timestamp:
- 11/20/2014 01:15:00 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/kses.php
r30105 r30425 1468 1468 $css = str_replace(array("\n","\r","\t"), '', $css); 1469 1469 1470 if ( preg_match( '%[\\ (&=}]|/\*%', $css ) ) // remove any inline css containing \ ( & } = or comments1470 if ( preg_match( '%[\\\\(&=}]|/\*%', $css ) ) // remove any inline css containing \ ( & } = or comments 1471 1471 return ''; 1472 1472
Note: See TracChangeset
for help on using the changeset viewer.