Make WordPress Core

Changeset 46266


Ignore:
Timestamp:
09/23/2019 07:28:43 PM (7 years ago)
Author:
SergeyBiryukov
Message:

Coding Standards: Fix WPCS issue in [46262].

See #47952.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/includes/factory/class-wp-unittest-factory-for-term.php

    r46262 r46266  
    8585         */
    8686        public function create_and_get( $args = array(), $generation_definitions = null ) {
    87                 $term_id  = $this->create( $args, $generation_definitions );
     87                $term_id = $this->create( $args, $generation_definitions );
    8888
    8989                if ( is_wp_error( $term_id ) ) {
Note: See TracChangeset for help on using the changeset viewer.