Make WordPress Core


Ignore:
Timestamp:
01/21/2019 07:56:47 PM (6 years ago)
Author:
SergeyBiryukov
Message:

PHPCS: Fix formatting issues introduced in [44670].

See #44914.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/admin/includesPost.php

    r44670 r44672  
    270270
    271271        $request = array(
    272             'post_format'    => -1, // Don't change the post format.
    273             '_status'        => -1,
    274             'post'           => $post_ids,
     272            'post_format' => -1, // Don't change the post format.
     273            '_status'     => -1,
     274            'post'        => $post_ids,
    275275        );
    276276
Note: See TracChangeset for help on using the changeset viewer.