Ticket #20054: 20054.3.patch
File 20054.3.patch, 470 bytes (added by , 13 years ago) |
---|
-
wp-admin/includes/template.php
88 88 * @param array $args 89 89 */ 90 90 function wp_terms_checklist($post_id = 0, $args = array()) { 91 $args = apply_filters( 'wp_terms_checklist_args', $args, $post_id ); 91 92 $defaults = array( 92 93 'descendants_and_self' => 0, 93 94 'selected_cats' => false,