Changeset 30427
- Timestamp:
- 11/20/2014 01:15:32 PM (10 years ago)
- Location:
- branches/3.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.9
-
branches/3.9/src/wp-includes/kses.php
r27739 r30427 1435 1435 $css = str_replace(array("\n","\r","\t"), '', $css); 1436 1436 1437 if ( preg_match( '%[\\ (&=}]|/\*%', $css ) ) // remove any inline css containing \ ( & } = or comments1437 if ( preg_match( '%[\\\\(&=}]|/\*%', $css ) ) // remove any inline css containing \ ( & } = or comments 1438 1438 return ''; 1439 1439
Note: See TracChangeset
for help on using the changeset viewer.