Tagged Questions
1
vote
1answer
765 views
TinyMCE in Custom Metabox not loaded after upgrading from WP 3.1.4 to WP 3.2
I want something very simple: a custom metabox with a TinyMCE editor in it.
The following code help me achieve that easily in 3.1.4:
add_action( 'add_meta_boxes', 'add_metaname_box');
function ...