Changeset 4133 for trunk/wp-includes/link-template.php
- Timestamp:
- 08/30/2006 04:40:17 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/link-template.php
r4112 r4133 399 399 } else { 400 400 // If using path info style permalinks, make sure the index is in 401 // the UR I.401 // the URL. 402 402 if ( strpos($qstr, $index) === false ) 403 403 $qstr = '/' . $index . $qstr;
Note: See TracChangeset
for help on using the changeset viewer.