Coding Standards: Fix WPCS issue in [45906].
See #45322. git-svn-id: https://develop.svn.wordpress.org/trunk@45907 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
c3e89c2190
commit
f490fb924d
@ -510,7 +510,7 @@ class Tests_XMLRPC_wp_editPost extends WP_XMLRPC_UnitTestCase {
|
||||
);
|
||||
$post_id = $this->myxmlrpcserver->wp_newPost( array( 1, 'editor', 'editor', $post ) );
|
||||
|
||||
$before = get_post( $post_id );
|
||||
$before = get_post( $post_id );
|
||||
$this->assertEquals( '0000-00-00 00:00:00', $before->post_date_gmt );
|
||||
|
||||
// Edit the post without specifying any dates.
|
||||
|
Loading…
x
Reference in New Issue
Block a user