Changeset 34368
- Timestamp:
- 09/21/2015 11:12:35 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-walker-category-checklist.php
r34241 r34368 84 84 $args['selected_cats'] = empty( $args['selected_cats'] ) ? array() : $args['selected_cats']; 85 85 86 /** This filter is documented in wp-includes/category-template.php */87 86 if ( ! empty( $args['list_only'] ) ) { 88 87 $aria_cheched = 'false'; … … 94 93 } 95 94 95 /** This filter is documented in wp-includes/category-template.php */ 96 96 $output .= "\n" . '<li' . $class . '>' . 97 97 '<div class="' . $inner_class . '" data-term-id=' . $category->term_id . … … 99 99 esc_html( apply_filters( 'the_category', $category->name ) ) . '</div>'; 100 100 } else { 101 /** This filter is documented in wp-includes/category-template.php */ 101 102 $output .= "\n<li id='{$taxonomy}-{$category->term_id}'$class>" . 102 103 '<label class="selectit"><input value="' . $category->term_id . '" type="checkbox" name="'.$name.'[]" id="in-'.$taxonomy.'-' . $category->term_id . '"' .
Note: See TracChangeset
for help on using the changeset viewer.