Make WordPress Core


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/kses.php

    r30426 r28942  
    14411441        $css = str_replace(array("\n","\r","\t"), '', $css);
    14421442
    1443         if ( preg_match( '%[\\\\(&=}]|/\*%', $css ) ) // remove any inline css containing \ ( & } = or comments
     1443        if ( preg_match( '%[\\(&=}]|/\*%', $css ) ) // remove any inline css containing \ ( & } = or comments
    14441444                return '';
    14451445
Note: See TracChangeset for help on using the changeset viewer.