Changeset 13099 for trunk/wp-includes/canonical.php
- Timestamp:
- 02/13/2010 08:29:55 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/canonical.php
r13091 r13099 272 272 273 273 // Strip multiple slashes out of the URL 274 if ( strpos($ original['path'], '//') > -1 )274 if ( strpos($redirect['path'], '//') > -1 ) 275 275 $redirect['path'] = preg_replace('|/+|', '/', $redirect['path']); 276 276
Note: See TracChangeset
for help on using the changeset viewer.