Changeset 5599
- Timestamp:
- 05/30/07 21:50:57 (1 year ago)
- Files:
-
- trunk/wp-includes/category.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/category.php
r5595 r5599 36 36 $full_path .= ( $pathdir != '' ? '/' : '' ) . sanitize_title($pathdir); 37 37 38 $categories = get_terms('category', " slug=$leaf_path");38 $categories = get_terms('category', "get=all&slug=$leaf_path"); 39 39 40 40 if ( empty($categories) )
