Tim Elsass
Tim Elsass
it looks like he's using git bash for the shell: 1. download and install: https://gitforwindows.org/ 2. In vscode go to `File` > `Preferences` > `Settings`. 3. Add the path for...
False positive in something like: I have a loop creating markup and inserting actions: ``` do_action( $col_data[ $type ] ); ``` Results in: ``` WARNING Hook names invoked by a...
Oh sorry, that example was unclear - that's being called from within a class and a function, so I wouldn't have prefixed the variable. I think the global variable sniff...
I know, the title of the ticket is "Exceptions to prefixing hook names," so I thought it made sense to place it here rather than a new ticket. Currently I'm...
I think about 3rd party deps that get included frequently, so something like Bootstrap v4 should have `$handle` of `bootstrap` and `$version` @ `4.x.x`. The purpose of the version on...
thanks for looking over this @dingo-d and @jrfnl, yeah I started working on meta with charset, but it was a slightly different since it's setting only the property and not...
I'd agree too that themes shouldn't remove the theme switcher functionality. In watching new users, I've seen a lot of people who use the switching functionality in the customizer as...
I don't think it would be very resource intensive done server side. If it would only be done when a user is uploading a zip, I couldn't imagine it being...
yeah the core editor uses codemirror, and I think the parse is custom using espirma as the base to provide very basic linting, so it wouldn't be near eslint or...
yeah I think this will be a good thing to get going!