Make WordPress Core

Changeset 746


Ignore:
Timestamp:
01/09/2004 10:17:28 AM (21 years ago)
Author:
saxmatt
Message:

Category fix from TheJason.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-blog-header.php

    r739 r746  
    159159    $whichcat .= ' AND (category_id '.$eq.' '.intval($cat_array[0]);
    160160    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]);
    162162    }
    163163    $whichcat .= ')';
Note: See TracChangeset for help on using the changeset viewer.