Ticket #8632: 8632.diff
File 8632.diff, 412 bytes (added by , 16 years ago) |
---|
-
wp-admin/includes/template.php
61 61 62 62 $i++; 63 63 64 if ( $category->parent != $parent )64 if ( $category->parent != $parent && empty($_GET['s']) ) 65 65 continue; 66 66 67 67 // If the page starts in a subtree, print the parents.