diff --git a/WordPress/Docs/Arrays/ArrayDeclarationSpacingStandard.xml b/WordPress/Docs/Arrays/ArrayDeclarationSpacingStandard.xml new file mode 100644 index 000000000..f70bbac50 --- /dev/null +++ b/WordPress/Docs/Arrays/ArrayDeclarationSpacingStandard.xml @@ -0,0 +1,51 @@ + + + + + + + + 'post_id' => 22, + 'category' => 1 +); + ]]> + + + 'post_id' => 22, 'category' => 1 +); + ]]> + + + + + + + + 'post_id', + 'comment_count', + 'post_type' +); + ]]> + + + 'post_id', 'comment_count', 'post_type' +); + ]]> + + +