Changeset 1228
- Timestamp:
- 05/05/2004 07:59:51 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/template-functions-category.php
r1227 r1228 29 29 // Get any static stuff from the front 30 30 $front = substr($permalink_structure, 0, strpos($permalink_structure, '%')); 31 $link = get_settings('home') . $front . 'category/';31 $link = get_settings('home') . get_settings('category_base') . '/'; 32 32 if ($parent=$cache_categories[$category_id]->category_parent) $link .= get_category_parents($parent, FALSE, '/', TRUE); 33 33 $link .= $category_nicename . '/';
Note: See TracChangeset
for help on using the changeset viewer.