mirror of
git://develop.git.wordpress.org/
synced 2025-04-27 15:42:39 +02:00
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:
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,
|
||||
)
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user