Results 50 issues of Tim Kaye

We all know that GB is a recipe for disaster (as evidenced by reviews on wordpress.org). It is especially problematic if a previously-created post or page is opened in GB....

## EXPLANATION OF THE ISSUE See http://php.net/manual/en/function.create-function.php ## SOLUTION There are three instances of `create_function` being used in s2Member Framework, and another four in Pro. For Framework, two instances appear...

## EXPLANATION OF THE ISSUE User buys a membership (in my case, through a Buy Now transaction, though I think others might be experiencing the same problem with recurrent memberships)....

needs testing

## EXPLANATION OF THE ISSUE The Remember Me box in the Stripe.js popup does not appear when the appropriate option in s2Member is selected. ## STEPS TO REPRODUCE THE ISSUE...

bug

## Description NOTE: PRs #1265, #1273, #1280, #1284, #1286, #1287, #1300, and #1307 should be merged before this one. This PR removes core's remaining jQuery UI dependencies after those PRs...

## Description As part of the project to remove core's dependency on jQuery UI, this PR eliminates the dependency on the jQuery UI slider when reviewing or comparing a post...

## Description This PR follows a similar pattern to PR #1265 and PR #1273. It replaces jQuery UI's Draggable, Droppable, and Sortable interactions in the admin widgets screen on Customizer...

## Description This PR follows the same objective as PR #1265, PR #1273, PR #1280, and PR #1284, and PR # 1286 in replacing functionality currently provided by jQuery UI...

## Description This PR follows a similar pattern to PR #1265, PR #1273, and PR #1280. It replaces jQuery UI's Sortable interactions with media and gallery with [SortableJS](https://github.com/SortableJS/Sortable), which is...

## Description This PR follows a similar pattern to PR #1265. It replaces jQuery UI's Draggable, Droppable, and Sortable interactions with metaboxes on posts and pages in the admin, and...