Kurtis Shaner
Kurtis Shaner
There is a bug when using a clearable select and listening to the selectr.change event. It appears that select.deselect fires before selectr.change and the selectr.change argument provides the previous value...
The Timber\User::can method does not pass the arbitrary arguments to the WordPress core `user_can` function. This creates mismatched expectations for what the method can do. ## Expected behavior I would...
When there is an image inside a post, a preview triggers a fatal error and a entry in the error log: ``` PHP message: PHP Fatal error: Uncaught Error: Attempt...
**Ticket**: #2532 ## Issue fixes issue where `{{user.can('capability', arg)}}` doesn't work because arg is not passed to user_can ## Solution Spreads arguments from `\Timber\User::can` to `user_can` function ## Impact No...
The input hidden element for draggable posts is linked by the id of the wrapper. ``` $field = new Fieldmanager_DraggablePost(array( 'name' => 'dragged-posts', 'repositories' => array( /* arguments */ ),...
SolrPower has no Rest API integration at this point and would be nice to have going forward when building single page applications. I envision two possible scenarios: 1. It would...