Make WordPress Core

Changeset 30428


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

Fix typo in style filter. props miqrogroove

Merges [30425] to the 3.8 branch.

Location:
branches/3.8
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/3.8

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

    r26440 r30428  
    14081408    $css = str_replace(array("\n","\r","\t"), '', $css);
    14091409
    1410     if ( preg_match( '%[\\(&=}]|/\*%', $css ) ) // remove any inline css containing \ ( & } = or comments
     1410    if ( preg_match( '%[\\\\(&=}]|/\*%', $css ) ) // remove any inline css containing \ ( & } = or comments
    14111411        return '';
    14121412
Note: See TracChangeset for help on using the changeset viewer.