Changeset 1997 for trunk/wp-includes/template-functions-category.php
- Timestamp:
- 12/24/2004 01:34:47 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/template-functions-category.php
r1940 r1997 31 31 32 32 if (empty($catlink)) { 33 $file = get_settings('home') . '/' . get_settings('blogfilename');33 $file = get_settings('home') . '/'; 34 34 $catlink = $file.$querystring_start.'cat'.$querystring_equal.$cat_ID; 35 35 } else { … … 214 214 global $wpdb; 215 215 global $querystring_start, $querystring_equal, $querystring_separator; 216 if (($file == 'blah') || ($file == '')) $file = get_settings('home') . '/' . get_settings('blogfilename');216 if (($file == 'blah') || ($file == '')) $file = get_settings('home') . '/'; 217 217 if (!$selected) $selected=$cat; 218 218 $sort_column = 'cat_'.$sort_column; … … 287 287 // Optiondates now works 288 288 if ('' == $file) { 289 $file = get_settings('home') . '/' . get_settings('blogfilename');289 $file = get_settings('home') . '/'; 290 290 } 291 291
Note: See TracChangeset
for help on using the changeset viewer.