James Nylen

Results 174 comments of James Nylen

I don't think this should be enabled by default in v1. It's going to be an unexpected behavior for anyone switching from Woo, and it's not impossible that this could...

Thanks for moving that comment to a new issue.

It looked to me like this was just partially removed code and what was left behind wouldn't do anything on its own. If that is the case then I agree...

I used the following command to run phpcs on all PHP files: ```sh git ls-files -z | grep -z '\.php$' | xargs -0 ./vendor/bin/phpcs --encoding=utf-8 -s -n -p | pv...