Skip to content

Commit ee2c3fb

Browse files
rodrigoprimojrfnl
andauthored
Update WordPress/Docs/DB/RestrictedClassesStandard.xml
Co-authored-by: Juliette <663378+jrfnl@users.noreply.github.com>
1 parent 1a6d10d commit ee2c3fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WordPress/Docs/DB/RestrictedClassesStandard.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
>
66
<standard>
77
<![CDATA[
8-
Avoid touching the database directly with PHP library classes. Use the $wpdb object and associated functions instead.
8+
Avoid touching the database directly. Use the $wpdb object and associated functions instead of using classes from PHP database extensions.
99
]]>
1010
</standard>
1111
<code_comparison>

0 commit comments

Comments
 (0)