- Timestamp:
- 01/03/2026 06:15:57 AM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/factory/class-wp-unittest-factory-for-term.php
r55019 r61424 110 110 } 111 111 112 $taxonomy = isset( $args['taxonomy'] ) ? $args['taxonomy'] :$this->taxonomy;112 $taxonomy = $args['taxonomy'] ?? $this->taxonomy; 113 113 114 114 return get_term( $term_id, $taxonomy );
Note: See TracChangeset
for help on using the changeset viewer.