Make WordPress Core

Changeset 30426


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

Fix typo in style filter. props miqrogroove

Merges [30425] to the 4.0 branch.

Location:
branches/4.0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/4.0

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

    r28942 r30426  
    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.