Changeset 2976 for trunk/wp-includes/template-functions-category.php
- Timestamp:
- 10/29/2005 11:23:17 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/template-functions-category.php
r2975 r2976 25 25 26 26 if ( empty($catlink) ) { 27 $file = get_settings('home') . '/' . get_settings('blogfilename');27 $file = get_settings('home') . '/'; 28 28 $catlink = $file . '?cat=' . $category_id; 29 29 } else {
Note: See TracChangeset
for help on using the changeset viewer.