Skip to content

Commit 7be82d2

Browse files
committed
Merge standard blocks into a single block
1 parent e5ecb4f commit 7be82d2

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

WordPress/Docs/PHP/DevelopmentFunctionsStandard.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,7 @@
55
>
66
<standard>
77
<![CDATA[
8-
Debug functions, like var_dump() and print_r(), should not be used in production code.
9-
]]>
10-
</standard>
11-
<standard>
12-
<![CDATA[
13-
Functions that can lead to full path disclosure, like phpinfo(), should not be used.
8+
Certain development functions should not be used. This includes debug functions like var_dump() and print_r(), as well as functions that can lead to full path disclosure like phpinfo().
149
]]>
1510
</standard>
1611
</documentation>

0 commit comments

Comments
 (0)