Changeset 7954
- Timestamp:
- 05/19/08 18:51:12 (4 months ago)
- Files:
-
- branches/2.5/wp-includes/link-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.5/wp-includes/link-template.php
r7668 r7954 185 185 $name = $object->post_name; 186 186 if (strpos($parentlink, '?') === false) 187 $link = trailingslashit($parentlink) . $name . '/';187 $link = user_trailingslashit( trailingslashit($parentlink) . $name ); 188 188 } 189 189
