Make WordPress Core

Changeset 30427


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

Fix typo in style filter. props miqrogroove

Merges [30425] to the 3.9 branch.

Location:
branches/3.9
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/3.9

  • branches/3.9/src/wp-includes/kses.php

    r27739 r30427  
    14351435    $css = str_replace(array("\n","\r","\t"), '', $css);
    14361436
    1437     if ( preg_match( '%[\\(&=}]|/\*%', $css ) ) // remove any inline css containing \ ( & } = or comments
     1437    if ( preg_match( '%[\\\\(&=}]|/\*%', $css ) ) // remove any inline css containing \ ( & } = or comments
    14381438        return '';
    14391439
Note: See TracChangeset for help on using the changeset viewer.