Tim Kaye
Tim Kaye
## Description Note that this PR is relevant ONLY TO MULTISITE installations. This PR follows the same objective as PR #1265, PR #1273, PR #1280, and PR #1284 in replacing...
## Description This PR is the latest in my quest to eradicate the usage of jQuery UI in CP core. It replaces PR #1293, which I have now closed. ##...
## Description jQuery UI provides a series of widgets, interactions, and effects that are used throughout the CP admin pages. It was built to provide tools that HTML4 and XHTML...
### Context Farbtastic was replaced by Iris as WP's color picker 11 years ago! See https://core.trac.wordpress.org/ticket/21206 It was kept in the WP (and not the CP) bundle only to maintain...
Thanks for the great plugin! To get rid of the above error, in `wp-rest-api-log/includes/class-wp-rest-api-log-request-response-base.php`, on both line 127 and line 142, replace `&$k` with just `$k`.
When activated, this plugin conflicts with other javascript on the site's front-end. The browser console reports several problems, including `TypeError: jQuery(...).froalaEditor is not a function`, while the useful debugging WordPress...
Headers must always descend sequentially. Since the previous header on the page for each of those changed in this PR is an `h1`, the two headers must be `h2`s. Note...
This eliminates the following warning in the browser console: ``` Uncaught TypeError: document.getElementById(...) is null ```
### Context I always disable attachment pages (using Greg Schoppe's code at https://gschoppe.com/wordpress/disable-attachment-pages/). WordPress has now caught on. See https://core.trac.wordpress.org/ticket/57913 But they messed up the implementation, so there are several...
This PR follows PR #1436. That PR needs to be merged before this one. This PR then enables users to turn attachment pages on or off by adding a checkbox...