Changeset 6693

Show
Ignore:
Timestamp:
01/31/08 00:58:54 (7 months ago)
Author:
ryan
Message:

Remove spurious dollar sign. fixes #6690

Files:

Legend:

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

    r6690 r6693  
    227227 
    228228        if ( $hierarchical ) 
    229             $depth = $r['$depth'];  // Walk the full depth. 
     229            $depth = $r['depth'];  // Walk the full depth. 
    230230        else 
    231231            $depth = -1; // Flat.