Changeset 15384 for branches/3.0/wp-includes/kses.php
- Timestamp:
- 07/12/2010 02:31:22 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0/wp-includes/kses.php
r15357 r15384 1374 1374 $css = str_replace(array("\n","\r","\t"), '', $css); 1375 1375 1376 if ( preg_match( '%[\\(& }]|/\*%', $css ) ) // remove any inline css containing \ ( & }or comments1376 if ( preg_match( '%[\\(&=}]|/\*%', $css ) ) // remove any inline css containing \ ( & } = or comments 1377 1377 return ''; 1378 1378
Note: See TracChangeset
for help on using the changeset viewer.