Changeset 30426
- Timestamp:
- 11/20/2014 01:15:19 PM (9 years ago)
- Location:
- branches/4.0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.0
-
branches/4.0/src/wp-includes/kses.php
r28942 r30426 1441 1441 $css = str_replace(array("\n","\r","\t"), '', $css); 1442 1442 1443 if ( preg_match( '%[\\ (&=}]|/\*%', $css ) ) // remove any inline css containing \ ( & } = or comments1443 if ( preg_match( '%[\\\\(&=}]|/\*%', $css ) ) // remove any inline css containing \ ( & } = or comments 1444 1444 return ''; 1445 1445
Note: See TracChangeset
for help on using the changeset viewer.