We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 674ff89 commit 0d5c918Copy full SHA for 0d5c918
WordPress/Docs/Arrays/ArrayDeclarationSpacingStandard.xml
@@ -5,11 +5,11 @@
5
>
6
<standard>
7
<![CDATA[
8
- When a multi-item array uses keys, each key/value pair must start on a new line.
+ Multi-item arrays using keys must be declared as multi-line arrays.
9
]]>
10
</standard>
11
<code_comparison>
12
- <code title="Valid: Only one key/value pair per line on a multi-item array.">
+ <code title="Valid: Multi-item array using keys declared as multi-line.">
13
14
$args = array(
15
<em>'cat' => 1</em>,
0 commit comments