Changeset 10810 for trunk/wp-includes/link-template.php
- Timestamp:
- 03/18/2009 02:43:45 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/link-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/link-template.php
r10578 r10810 1529 1529 $url .= '/' . ltrim($folder, '/'); 1530 1530 } 1531 1531 1532 1532 if ( !empty($path) && is_string($path) && strpos($path, '..') === false ) 1533 1533 $url .= '/' . ltrim($path, '/');
Note: See TracChangeset
for help on using the changeset viewer.