Changeset 774
- Timestamp:
- 01/14/2004 05:40:57 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r770 r774 94 94 $title = trim($title); 95 95 $title = str_replace(' ', '-', $title); 96 $title = preg_replace('|[-]+|', '-', $title); 96 97 return $title; 97 98 }
Note: See TracChangeset
for help on using the changeset viewer.