AFS
AFS
I'm not completely sure in what direction you are thinking to take this. Boilerplate code is meant to be changed. Syncing it an updated boilerplate is always going to be...
Working with tokens is always safer in search&replace operations. However it does mean that the boilerplate probably does not function as it would right now out of the box. So...
This is on a Ubuntu 13.04 system with native Nvidia drivers.
I can confirm that https://github.com/WP-API/OAuth1/pull/92 (when manually merged) is a fix for this issue. The merge is available on https://github.com/drsdre/OAuth1. If the authors of this plugin want, I can create...
Given that there is only one theme active at the time, the following code adds the theme title and version to bug reports: ``` $bugsnagWordpress->setContext(wp_get_theme()->get('title')); $version = wp_get_theme()->get('Version'); $bugsnagWordpress->setAppVersion($version); ```...
Mapping was missing between isReadOnly and :disabled in this compenent. Fixed with https://github.com/kpolicar/nova-date-range/pull/9
This is how it will look on the Activate/Deactivate drop down:
Bump. Please integrate this pull request.