Changeset 46266
- Timestamp:
- 09/23/2019 07:28:43 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/factory/class-wp-unittest-factory-for-term.php
r46262 r46266 85 85 */ 86 86 public function create_and_get( $args = array(), $generation_definitions = null ) { 87 $term_id 87 $term_id = $this->create( $args, $generation_definitions ); 88 88 89 89 if ( is_wp_error( $term_id ) ) {
Note: See TracChangeset
for help on using the changeset viewer.