Changeset 5549

Show
Ignore:
Timestamp:
05/25/07 16:27:34 (1 year ago)
Author:
rob1n
Message:

Fix typo.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-includes/category-template.php

    r5530 r5549  
    387387    $slug = $tag->slug; 
    388388 
    389     if ( empty($catlink) ) { 
     389    if ( empty($taglink) ) { 
    390390        $file = get_option('home') . '/'; 
    391391        $taglink = $file . '?tag=' . $slug;