Changeset 1278
- Timestamp:
- 05/14/2004 04:20:38 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/template-functions-category.php
r1249 r1278 298 298 COUNT($tablepost2cat.post_id) AS cat_count 299 299 FROM $tablecategories 300 LEFTJOIN $tablepost2cat ON (cat_ID = category_id)301 LEFTJOIN $tableposts ON (ID = post_id)300 INNER JOIN $tablepost2cat ON (cat_ID = category_id) 301 INNER JOIN $tableposts ON (ID = post_id) 302 302 WHERE 1 = 1 $exclusions 303 303 GROUP BY category_id");
Note: See TracChangeset
for help on using the changeset viewer.