diff --git a/phpcompat.xml.dist b/phpcompat.xml.dist
index 47760305a9..fbc436cf0d 100644
a
|
b
|
|
40 | 40 | --> |
41 | 41 | <exclude-pattern>/vendor/*</exclude-pattern> |
42 | 42 | |
| 43 | <!-- Must-Use plugins. --> |
| 44 | <exclude-pattern>/src/wp-content/mu-plugins/*</exclude-pattern> |
| 45 | |
| 46 | <!-- Plugins. --> |
| 47 | <exclude-pattern>/src/wp-content/plugins/*</exclude-pattern> |
| 48 | |
| 49 | <!-- Themes except the twenty* themes. --> |
| 50 | <exclude-pattern>/src/wp-content/themes/(?!twenty)*</exclude-pattern> |
| 51 | |
43 | 52 | <!-- |
44 | 53 | PHPCompatibilityParagonieSodiumCompat prevents false positives in `sodium_compat`. |
45 | 54 | However, because these files are included in a non-standard path, false positives are triggered in WordPress Core. |