Changeset 4052 for branches/2.0/wp-includes/functions-formatting.php
- Timestamp:
- 07/26/2006 10:57:15 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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(
Note: See TracChangeset
for help on using the changeset viewer.