Make WordPress Core

Changeset 3506


Ignore:
Timestamp:
02/09/2006 07:25:25 AM (19 years ago)
Author:
matt
Message:

Don't falsely marketh as spam. Fixes #1560

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/functions-post.php

    r3496 r3506  
    644644        foreach ($chars[1] as $char) {
    645645            // If it's an encoded char in the normal ASCII set, reject
     646            if ( 38 == $char )
     647                continue; // Unless it's &
    646648            if ($char < 128)
    647649                return true;
Note: See TracChangeset for help on using the changeset viewer.