- Timestamp:
- 05/22/2016 06:00:23 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-terms-list-table.php
r36265 r37488 80 80 if ( 'post_tag' === $this->screen->taxonomy ) { 81 81 /** 82 * Filter the number of terms displayed per page for the Tags list table.82 * Filters the number of terms displayed per page for the Tags list table. 83 83 * 84 84 * @since 2.8.0 … … 89 89 90 90 /** 91 * Filter the number of terms displayed per page for the Tags list table.91 * Filters the number of terms displayed per page for the Tags list table. 92 92 * 93 93 * @since 2.7.0 … … 99 99 } elseif ( 'category' === $this->screen->taxonomy ) { 100 100 /** 101 * Filter the number of terms displayed per page for the Categories list table.101 * Filters the number of terms displayed per page for the Categories list table. 102 102 * 103 103 * @since 2.8.0 … … 352 352 353 353 /** 354 * Filter display of the term name in the terms list table.354 * Filters display of the term name in the terms list table. 355 355 * 356 356 * The default output may include padding due to the term's … … 470 470 471 471 /** 472 * Filter the action links displayed for each term in the Tags list table.472 * Filters the action links displayed for each term in the Tags list table. 473 473 * 474 474 * @since 2.8.0 … … 482 482 483 483 /** 484 * Filter the action links displayed for each term in the terms list table.484 * Filters the action links displayed for each term in the terms list table. 485 485 * 486 486 * The dynamic portion of the hook name, `$taxonomy`, refers to the taxonomy slug. … … 560 560 public function column_default( $tag, $column_name ) { 561 561 /** 562 * Filter the displayed columns in the terms list table.562 * Filters the displayed columns in the terms list table. 563 563 * 564 564 * The dynamic portion of the hook name, `$this->screen->taxonomy`,
Note: See TracChangeset
for help on using the changeset viewer.