Changeset 3506

Show
Ignore:
Timestamp:
02/09/06 07:25:25 (3 years ago)
Author:
matt
Message:

Don't falsely marketh as spam. Fixes #1560

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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;