Ticket #8632: 8632-notice.diff
File 8632-notice.diff, 565 bytes (added by , 16 years ago) |
---|
-
wp-admin/includes/template.php
66 66 67 67 // If the page starts in a subtree, print the parents. 68 68 if ( $count == $start && $category->parent > 0 ) { 69 $my_parent = $category->parent; 69 70 $my_parents = array(); 70 while ( $my_parent ) {71 while ( $my_parent ) { 71 72 $my_parent = get_category($my_parent); 72 73 $my_parents[] = $my_parent; 73 74 if ( !$my_parent->parent )