Make WordPress Core


Ignore:
Timestamp:
04/29/2009 04:46:45 PM (17 years ago)
Author:
ryan
Message:

Include subcats in search results. Props Denis-de-Bernardy. fixes #8632

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/template.php

    r11109 r11123  
    6262                $i++;
    6363
    64                 if ( $category->parent != $parent )
     64                if ( $category->parent != $parent && empty($_GET['s']) )
    6565                        continue;
    6666
Note: See TracChangeset for help on using the changeset viewer.