mirror of
git://develop.git.wordpress.org/
synced 2025-01-17 12:58:25 +01:00
PHPCS: Fix formatting issues introduced in [44670].
See #44914. git-svn-id: https://develop.svn.wordpress.org/trunk@44672 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
50d4abc949
commit
44ce02e28a
@ -269,9 +269,9 @@ class Tests_Admin_Includes_Post extends WP_UnitTestCase {
|
||||
set_post_format( $post_ids[1], 'aside' );
|
||||
|
||||
$request = array(
|
||||
'post_format' => -1, // Don't change the post format.
|
||||
'_status' => -1,
|
||||
'post' => $post_ids,
|
||||
'post_format' => -1, // Don't change the post format.
|
||||
'_status' => -1,
|
||||
'post' => $post_ids,
|
||||
);
|
||||
|
||||
bulk_edit_posts( $request );
|
||||
|
Loading…
x
Reference in New Issue
Block a user