- Timestamp:
- 10/26/2019 09:07:10 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-posts-list-table.php
r46579 r46596 1209 1209 * @since 5.2.0 1210 1210 * 1211 * @param array $term_links List of links to edit.php, filtered by the taxonomy term.1212 * @param string $taxonomy Taxonomy name.1213 * @param array $terms Array of terms appearing in the post row.1211 * @param string[] $term_links Array of term editing links. 1212 * @param string $taxonomy Taxonomy name. 1213 * @param WP_Term[] $terms Array of term objects appearing in the post row. 1214 1214 */ 1215 1215 $term_links = apply_filters( 'post_column_taxonomy_links', $term_links, $taxonomy, $terms );
Note: See TracChangeset
for help on using the changeset viewer.