Make WordPress Core

Changeset 15384


Ignore:
Timestamp:
07/12/2010 02:31:22 PM (14 years ago)
Author:
ryan
Message:

Add equal sign to blacklist. Props Pádraic Brady. for 3.0.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.0/wp-includes/kses.php

    r15357 r15384  
    13741374    $css = str_replace(array("\n","\r","\t"), '', $css);
    13751375
    1376     if ( preg_match( '%[\\(&}]|/\*%', $css ) ) // remove any inline css containing \ ( & } or comments
     1376    if ( preg_match( '%[\\(&=}]|/\*%', $css ) ) // remove any inline css containing \ ( & } = or comments
    13771377        return '';
    13781378
Note: See TracChangeset for help on using the changeset viewer.