Ticket #20054: 20054.2.patch
File 20054.2.patch, 637 bytes (added by , 13 years ago) |
---|
-
wp-admin/includes/template.php
121 121 $categories = (array) get_terms($taxonomy, array('get' => 'all')); 122 122 } 123 123 124 if ( $checked_ontop) {124 if ( apply_filters( 'show_checked_terms_on_top', $checked_ontop, $taxonomy ) ) { 125 125 // 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) 126 126 $checked_categories = array(); 127 127 $keys = array_keys( $categories );