Skip to content

Commit b356dba

Browse files
committed
General: Only override $table_prefix if not defined
1 parent 88e10e8 commit b356dba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

phpcompat.xml.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@
6666

6767
<rule ref="PHPCompatibilityWP"/>
6868

69-
<!-- WordPress Core currently supports PHP 7.2+. -->
70-
<config name="testVersion" value="7.2-"/>
69+
<!-- WordPress Core currently supports PHP 7.4+. -->
70+
<config name="testVersion" value="7.4-"/>
7171

7272
<!--
7373
#############################################################################

0 commit comments

Comments
 (0)