Changeset 5549
- Timestamp:
- 05/25/2007 04:27:34 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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;
Note: See TracChangeset
for help on using the changeset viewer.