Make WordPress Core


Ignore:
Timestamp:
11/30/2017 11:09:33 PM (8 years ago)
Author:
pento
Message:

Code is Poetry.
WordPress' code just... wasn't.
This is now dealt with.

Props jrf, pento, netweb, GaryJ, jdgrimes, westonruter, Greg Sherwood from PHPCS, and everyone who's ever contributed to WPCS and PHPCS.
Fixes #41057.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/oembed/headers.php

    r35436 r42343  
    1313        }
    1414
    15         $post = $this->factory()->post->create_and_get( array(
    16             'post_title'  => 'Hello World',
    17         ) );
     15        $post = $this->factory()->post->create_and_get(
     16            array(
     17                'post_title' => 'Hello World',
     18            )
     19        );
    1820
    1921        $request = new WP_REST_Request( 'GET', '/oembed/1.0/embed' );
Note: See TracChangeset for help on using the changeset viewer.