Changeset 41318 for trunk/src/wp-includes/formatting.php
- Timestamp:
- 08/25/2017 11:27:55 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/formatting.php
r41109 r41318 2001 2001 // Convert nbsp, ndash and mdash HTML entities to hyphens 2002 2002 $title = str_replace( array( ' ', ' ', '–', '–', '—', '—' ), '-', $title ); 2003 // Convert forward slash to hyphen 2004 $title = str_replace( '/', '-', $title ); 2003 2005 2004 2006 // Strip these characters entirely
Note: See TracChangeset
for help on using the changeset viewer.