Make WordPress Core

Changeset 30429 for branches/3.7


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

Fix typo in style filter. props miqrogroove

Merges [30425] to the 3.7 branch.

Location:
branches/3.7
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/3.7

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

    r25460 r30429  
    14061406    $css = str_replace(array("\n","\r","\t"), '', $css);
    14071407
    1408     if ( preg_match( '%[\\(&=}]|/\*%', $css ) ) // remove any inline css containing \ ( & } = or comments
     1408    if ( preg_match( '%[\\\\(&=}]|/\*%', $css ) ) // remove any inline css containing \ ( & } = or comments
    14091409        return '';
    14101410
Note: See TracChangeset for help on using the changeset viewer.