Ticket #56931: class-wp-terms-list-table.diff
File class-wp-terms-list-table.diff, 792 bytes (added by , 23 months ago) |
---|
-
src/wp-admin/includes/class-wp-terms-list-table.php
218 218 } 219 219 220 220 /** 221 * @param string $which 221 222 */ 223 protected function extra_tablenav( $which ) { 224 /** 225 * Fires immediately following the closing "actions" div in the tablenav for the terms 226 * list table. 227 * 228 * @since 6.2.0 229 * 230 * @param string $which The location of the extra table nav markup: 'top' or 'bottom'. 231 */ 232 do_action( 'manage_terms_extra_tablenav', $which ); 233 } 234 235 /** 236 */ 222 237 public function display_rows_or_placeholder() { 223 238 $taxonomy = $this->screen->taxonomy; 224 239