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