Changeset 1336
- Timestamp:
- 05/21/2004 09:35:16 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/functions-formatting.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions-formatting.php
r1334 r1336 92 92 $title = str_replace(' ', '-', $title); 93 93 $title = preg_replace('|-+|', '-', $title); 94 $title = trim($title );94 $title = trim($title, '-'); 95 95 96 96 return $title;
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)