Changeset 52215 for trunk/src/wp-includes/link-template.php
- Timestamp:
- 11/19/2021 02:42:04 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/link-template.php
r52205 r52215 1114 1114 * @param int $term_id Term ID. 1115 1115 * @param string $taxonomy Taxonomy name. 1116 * @param string $object_type The object type (eg. the post type).1116 * @param string $object_type The object type. 1117 1117 */ 1118 1118 return apply_filters( 'get_edit_term_link', $location, $term_id, $taxonomy, $object_type );
Note: See TracChangeset
for help on using the changeset viewer.