Changeset 3506
- Timestamp:
- 02/09/2006 07:25:25 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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;
Note: See TracChangeset
for help on using the changeset viewer.