- Timestamp:
- 11/30/2014 11:27:19 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-terms-list-table.php
r29707 r30648 328 328 * Filter the action links displayed for each term in the terms list table. 329 329 * 330 * The dynamic portion of the hook name, $taxonomy, refers to the taxonomy slug.330 * The dynamic portion of the hook name, `$taxonomy`, refers to the taxonomy slug. 331 331 * 332 332 * @since 3.0.0 … … 393 393 * Filter the displayed columns in the terms list table. 394 394 * 395 * The dynamic portion of the hook name, $this->screen->taxonomy,395 * The dynamic portion of the hook name, `$this->screen->taxonomy`, 396 396 * refers to the slug of the current taxonomy. 397 397 *
Note: See TracChangeset
for help on using the changeset viewer.