You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: WordPress/Docs/PHP/RestrictedPHPFunctionsStandard.xml
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -5,23 +5,23 @@
5
5
>
6
6
<standard>
7
7
<![CDATA[
8
-
Certain PHP functions must not be used, as they have been deprecated and removed from PHP or pose security risks. Use the recommended alternatives instead.
8
+
Certain PHP functions must not be used, as they pose security risks. Use the recommended alternatives instead.
9
9
]]>
10
10
</standard>
11
11
<code_comparison>
12
-
<codetitle="Valid: Using an anonymous function.">
12
+
<codetitle="Valid: Using an anonymous function (closure).">
0 commit comments