Changeset 746
- Timestamp:
- 01/09/2004 10:17:28 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-blog-header.php
r739 r746 159 159 $whichcat .= ' AND (category_id '.$eq.' '.intval($cat_array[0]); 160 160 for ($i = 1; $i < (count($cat_array)); $i = $i + 1) { 161 $whichcat .= ' '.$andor.' post_category'.$eq.' '.intval($cat_array[$i]);161 $whichcat .= ' '.$andor.' category_id '.$eq.' '.intval($cat_array[$i]); 162 162 } 163 163 $whichcat .= ')';
Note: See TracChangeset
for help on using the changeset viewer.