Justin Tadlock
Justin Tadlock
I just want to note that the unminified versions of scripts/styles aren't what's required. Technically, the original (i.e., source) files are. Unminified versions are acceptable though.
This is a problem. If there's no way of detecting whether the variable is global or skipping templates, I'd say we need to disable this for the time being. Otherwise,...
We can nitpick over whether the feature is happenstance or intentional, but that doesn't really matter. Personally, I intentionally use this PHP feature to do some pretty cool stuff, like...
> That's not nitpicking, that's basic understanding of the principles of how PHP works. Which was my point. It simply works like this because that's how PHP works. > The...
> Request for decision: How should we deal with extra (allowed) text-domains ? Is there a white-list of extra text-domains related to frameworks which can be checked against ? I'm...
Here's the current list of exceptions (Twenty\* textdomains copied from TC). I've sent out a few DMs to known framework authors to get their feedback. ``` var $exceptions = array(...
Here's a possible list that aristath and dovy help put together. I do not know whether these frameworks properly handle their own textdomains and/or language files when included in a...
> We must have a requirement that the framework needs to fulfill to be whitelisted. e.g. "The framework must handle the text domain correctly and include translation files." I wanted...
Just noting that I've confirmed `epsilon-framework` will work and can be white-listed.
Just some quick ideas. We could whitelist some URLs: - `wordpress.org(.*?)` - `fonts.googleapis` - Theme URI - Author URI We don't want to block something like a link to theme...