Changeset 58107
- Timestamp:
- 05/06/2024 06:35:46 PM (10 months ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpcompat.xml.dist
r57985 r58107 50 50 <exclude-pattern>/src/wp-content/themes/(?!twenty)*</exclude-pattern> 51 51 52 <!-- Exclude translation files. --> 53 <exclude-pattern>/src/wp-content/languages/*</exclude-pattern> 54 52 55 <!-- 53 56 PHPCompatibilityParagonieSodiumCompat prevents false positives in `sodium_compat`. -
trunk/phpcs.xml.dist
r57829 r58107 106 106 <!-- Themes except the twenty* themes. --> 107 107 <exclude-pattern>/src/wp-content/themes/(?!twenty)*</exclude-pattern> 108 109 <!-- Translation files. --> 110 <exclude-pattern>/src/wp-content/languages/*</exclude-pattern> 108 111 109 112
Note: See TracChangeset
for help on using the changeset viewer.