Changeset 5599
- Timestamp:
- 05/30/2007 09:50:57 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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) )
Note: See TracChangeset
for help on using the changeset viewer.