- Timestamp:
- 08/21/2020 10:30:06 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-terms-list-table.php
r48586 r48840 130 130 $this->set_pagination_args( 131 131 array( 132 'total_items' => wp_count_terms( $this->screen->taxonomy, compact( 'search' ) ), 132 'total_items' => wp_count_terms( 133 array( 134 'taxonomy' => $this->screen->taxonomy, 135 'search' => $search, 136 ) 137 ), 133 138 'per_page' => $tags_per_page, 134 139 )
Note: See TracChangeset
for help on using the changeset viewer.