Make WordPress Core

Changeset 49846


Ignore:
Timestamp:
12/21/2020 12:31:54 AM (5 years ago)
Author:
johnbillion
Message:

Query: Correct some coding standards after [49843].

See #44183

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/general/template.php

    r49843 r49846  
    606606        );
    607607
    608         $this->factory()->post->create( [
    609             'post_author' => $user_with_posts->ID,
    610         ] );
     608        $this->factory()->post->create(
     609            array(
     610                'post_author' => $user_with_posts->ID,
     611            )
     612        );
    611613
    612614        // Simplify the assertion by removing the default archive title prefix:
Note: See TracChangeset for help on using the changeset viewer.