Make WordPress Core


Ignore:
Timestamp:
08/14/2008 05:00:37 PM (18 years ago)
Author:
ryan
Message:

Notice fixes. Props DD32. see #7509

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/post.php

    r8637 r8646  
    19361936    $leaf_path  = sanitize_title(basename($page_paths));
    19371937    $page_paths = explode('/', $page_paths);
     1938    $full_path = '';
    19381939    foreach( (array) $page_paths as $pathdir)
    19391940        $full_path .= ($pathdir!=''?'/':'') . sanitize_title($pathdir);
Note: See TracChangeset for help on using the changeset viewer.