Changeset 8646 for trunk/wp-includes/post.php
- Timestamp:
- 08/14/2008 05:00:37 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post.php
r8637 r8646 1936 1936 $leaf_path = sanitize_title(basename($page_paths)); 1937 1937 $page_paths = explode('/', $page_paths); 1938 $full_path = ''; 1938 1939 foreach( (array) $page_paths as $pathdir) 1939 1940 $full_path .= ($pathdir!=''?'/':'') . sanitize_title($pathdir);
Note: See TracChangeset
for help on using the changeset viewer.