Does anyone know how to replace the default category description field that WordPress provides with TinyMCE using wp_editor()? I can get this to work with wp_tiny_mce(), but that function is deprecated and shouldn't be used.
I've found tons of tutorials on how to add a new editor, but none on how to use wp_editor() to replace an existing field in the admin.
Thanks for the help.