William Patton

Results 96 comments of William Patton

@szepeviktor this may be something you are interested in looking at as I know you have already done a lot of investigations about how to autoload core.

History squashing to clear out props to past WP contributors may be possible on the repos history but I would encourage you NOT to do that. While those people are...

This works fine for me and is how I have done it for a long time. ``` add_action( 'wp_enqueue_scripts', function() { if ( ! is_admin() ) { $version_string = 'anyversionstringyouwant';...

I seen that @bahiirawa, if that's what people want to use they can. Any version string you want :)

Is there any reason why it couldn't just be a local file? I don't like the idea of making frequent external requests for arbitrary data just for a changlog that...

I like the idea of this sniff but would it be overbearing? Would it be best if it was only a `warning` level item? While I prefer classes to have...

How are you getting the repo to work with? The error message that you see indicates that it can't use `git` so wondering if it's installed on your system and...

That seems to be the issue: ' git` isn't available in the terminal you are running the install. I don't quite understand why `git` is needed for the installation or...

Yeah, it is strange. What operating system are you using, and what terminal are you using to run the `npm install`? `npm install git` isn't likely to work as git...

I can work on this sometime this week if someone can confirm an exact version of node that is to be used.