Ticket #7000: 7000.002.diff
File 7000.002.diff, 608 bytes (added by , 17 years ago) |
---|
-
branches/2.6/wp-admin/includes/template.php
212 212 $categories = get_categories('get=all'); 213 213 } 214 214 215 $args = apply_filters('wp_category_checklist', $args); 216 215 217 // Post process $categories rather than adding an exclude to the get_terms() query to keep the query the same across all posts (for any query cache) 216 218 $checked_categories = array(); 217 219 for ( $i = 0; isset($categories[$i]); $i++ ) {