Changeset 4886 for trunk/wp-includes/category-template.php
- Timestamp:
- 02/15/2007 07:07:12 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/category-template.php
r4795 r4886 33 33 34 34 if ( $parent = $category->category_parent ) 35 $category_nicename = get_category_parents($parent, false, '/', true) . $category_nicename . '/';35 $category_nicename = get_category_parents($parent, false, '/', true) . $category_nicename; 36 36 37 37 $catlink = str_replace('%category%', $category_nicename, $catlink); 38 $catlink = get_option('home') . trailingslashit($catlink);38 $catlink = get_option('home') . user_trailingslashit($catlink); 39 39 } 40 40 return apply_filters('category_link', $catlink, $category_id);
Note: See TracChangeset
for help on using the changeset viewer.