Getting to work with WordPress 4.1.2
-
My WordPress install updated to 4.1.2, and the Bucket editor was no longer working. For those struggling with the same problem, here is the solution.
To buckets.php, add:
add_action( 'admin_enqueue_scripts', 'wp_enqueue_media' );
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Getting to work with WordPress 4.1.2’ is closed to new replies.