Changeset 4052
- Timestamp:
- 07/26/06 22:57:15 (2 years ago)
- Files:
-
- branches/2.0/wp-includes/functions-formatting.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.0/wp-includes/functions-formatting.php
r4012 r4052 146 146 147 147 function remove_accents($string) { 148 if ( !preg_match('/[\x80-\xff]/', $string) ) 149 return $string; 150 148 151 if (seems_utf8($string)) { 149 152 $chars = array(
