J.D. Grimes
J.D. Grimes
See https://core.trac.wordpress.org/ticket/36495#comment:11: > Use 3-digit, x.x.x-style semantic versioning for _doing_it_wrong(), _deprecated_function(), _deprecated_argument(), and _deprecated_file() throughout core.
I was working on improving the build time for a plugin a while back, and I found that there is potential here for some significant improvements: - [ ] Run...
Any thoughts on organizing the files into directories? 1. This makes things more organized, which may be useful as more stuff is added. 2. Having some files in the main...
`$var.'something'` should become `$var . 'something'`.
It would be nice if there was a textbox for longer commit messages in addition to the title field, similar to GitHub for Mac/Desktop.
⚠️ *** THIS IS A WORK IN PROGRESS, DO NOT MERGE! *** ⚠️ ## Background In ancient PHP there was a feature called "magic quotes", that would cause escaping to...
The `Squiz.Arrays.ArrayDeclaration` sniff is somewhat generic, but attempting to configure it to disable some errors by placing this in a ruleset will inadvertently disable other errors too: ``` xml ```...
See, e.g., https://core.trac.wordpress.org/ticket/42290.
Right now we have a lot of ignore rules based on if a string matches certain characteristics. This is not configurable, but it should be.