Changeset 5549
- Timestamp:
- 05/25/07 16:27:34 (1 year ago)
- Files:
-
- trunk/wp-includes/category-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/category-template.php
r5530 r5549 387 387 $slug = $tag->slug; 388 388 389 if ( empty($ catlink) ) {389 if ( empty($taglink) ) { 390 390 $file = get_option('home') . '/'; 391 391 $taglink = $file . '?tag=' . $slug;
