Shady Headstash
Shady Headstash
When logged in to HTTP and visiting an HTTPS page, admin links will always be forced to HTTPS, even if the user is not logged in via HTTPS. I need...
It seems output buffering is running unnecessarily on the feed. Need to find a way to reliably detect the feed page very early in the lifecycle.
Need to create automated test for all use-cases of the plugin. Will be using PHPUnit. https://make.wordpress.org/core/handbook/testing/automated-testing/phpunit/
ComboBox is pointing to TextBox which does not have all the same methods as ComboBox, namely `loadAndOpenDropDown`. https://github.com/dojo/typings/blob/master/dijit/1.11/modules.d.ts#L274 I changed the above line to this to get it to work,...