Changeset 1665
- Timestamp:
- 09/16/2004 01:08:50 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions-formatting.php
r1636 r1665 201 201 202 202 function sanitize_title_with_dashes($title) { 203 $title = strip_tags($title); 203 204 $title = remove_accents($title); 204 205 if (seems_utf8($title)) {
Note: See TracChangeset
for help on using the changeset viewer.