Changes from branches/4.0/src/wp-includes/kses.php at r30426 to trunk/src/wp-includes/kses.php at r28942
- File:
-
- 1 edited
-
trunk/src/wp-includes/kses.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/kses.php
r30426 r28942 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.