Changeset 4050
- Timestamp:
- 07/26/2006 10:55:36 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/formatting.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/formatting.php
r4011 r4050 150 150 151 151 function remove_accents($string) { 152 if ( !preg_match('/[\x80-\xff]/', $string) ) 153 return $string; 154 152 155 if (seems_utf8($string)) { 153 156 $chars = array(
Note: See TracChangeset
for help on using the changeset viewer.