Make WordPress Core

Changeset 30425


Ignore:
Timestamp:
11/20/2014 01:15:00 PM (10 years ago)
Author:
nacin
Message:

Fix typo in style filter. props miqrogroove

File:
1 edited

Legend:

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

    r30105 r30425  
    14681468    $css = str_replace(array("\n","\r","\t"), '', $css);
    14691469
    1470     if ( preg_match( '%[\\(&=}]|/\*%', $css ) ) // remove any inline css containing \ ( & } = or comments
     1470    if ( preg_match( '%[\\\\(&=}]|/\*%', $css ) ) // remove any inline css containing \ ( & } = or comments
    14711471        return '';
    14721472
Note: See TracChangeset for help on using the changeset viewer.