Make WordPress Core

Changeset 49847


Ignore:
Timestamp:
12/21/2020 02:54:43 AM (5 years ago)
Author:
peterwilsoncc
Message:

Query: Correct some coding standards after [49843].

See #44183

File:
1 edited

Legend:

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

    r49846 r49847  
    595595     */
    596596    function test_get_the_archive_title_is_correct_for_author_queries() {
    597         $user_with_posts = $this->factory()->user->create_and_get(
     597        $user_with_posts    = $this->factory()->user->create_and_get(
    598598            array(
    599599                'role' => 'author',
Note: See TracChangeset for help on using the changeset viewer.