Changeset 3506
- Timestamp:
- 02/09/06 07:25:25 (3 years ago)
- Files:
-
- trunk/wp-includes/functions-post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/functions-post.php
r3496 r3506 644 644 foreach ($chars[1] as $char) { 645 645 // If it's an encoded char in the normal ASCII set, reject 646 if ( 38 == $char ) 647 continue; // Unless it's & 646 648 if ($char < 128) 647 649 return true;
