Coding Standards: Fix the alignment of the array.

Unprops: whyisjake.
See [51855].


git-svn-id: https://develop.svn.wordpress.org/trunk@51856 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jake Spurlock 2021-09-23 20:33:57 +00:00
parent 5bc2752524
commit bf705d99e6

@ -27,9 +27,9 @@ if ( is_multisite() ) :
self::$root_page = self::factory()->post->create_and_get(
array(
'post_type' => 'page',
'post_title' => 'Bar',
'post_name' => self::$post_and_blog_path,
'post_type' => 'page',
'post_title' => 'Bar',
'post_name' => self::$post_and_blog_path,
)
);