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