Make WordPress Core

Changeset 6693


Ignore:
Timestamp:
01/31/2008 12:58:54 AM (17 years ago)
Author:
ryan
Message:

Remove spurious dollar sign. fixes #6690

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.
Note: See TracChangeset for help on using the changeset viewer.