diff --git a/WordPress/Docs/Arrays/ArrayDeclarationSpacingStandard.xml b/WordPress/Docs/Arrays/ArrayDeclarationSpacingStandard.xml new file mode 100644 index 0000000000..6ee64b3fab --- /dev/null +++ b/WordPress/Docs/Arrays/ArrayDeclarationSpacingStandard.xml @@ -0,0 +1,75 @@ + + + + + + + + 'post_id' => 22, + 'category' => 1, +); + ]]> + + + 'post_id' => 22, 'category' => 1, +); + ]]> + + + + + + + + 'post_id', + 'comment_count', + 'post_type', +); + ]]> + + + 'post_id', 'comment_count', 'post_type', +); + ]]> + + + + + + + + 'width' => 300, + 'height' => 200, + 'color' => 'blue', +); + ]]> + + + 'width' => 300, 'height' => 200, + 'color' => 'blue', +); + ]]> + + +