File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 8383
8484 jQuery ( '.' + selector ) . show ( ) ;
8585
86- if ( selector === 'cache_method_redis' ) {
86+ if ( 'cache_method_redis' === selector ) {
8787 jQuery ( '.cache_method_fastcgi' ) . hide ( ) ;
8888 } else if ( selector === 'cache_method_fastcgi' ) {
8989 jQuery ( '.cache_method_redis' ) . hide ( ) ;
Original file line number Diff line number Diff line change 2222 <!-- Exclude folders. -->
2323 <exclude-pattern >*/languages/*</exclude-pattern >
2424 <exclude-pattern >*/admin/predis.php</exclude-pattern > <!-- Predis library file -->
25+ <exclude-pattern >*/vendor/*</exclude-pattern > <!-- Composer vendor directory -->
2526
2627 <!-- Include the WordPress standard. -->
2728 <rule ref =" WordPress-VIP-Go" >
5758 <rule ref =" PHPCompatibility" />
5859 <config name =" testVersion" value =" 5.3-99.0" />
5960
60- </ruleset >
61+ </ruleset >
You can’t perform that action at this time.
0 commit comments