[wp-trac] [WordPress Trac] #19173: Issues with wp_editor() when used inside of a meta box.
WordPress Trac
wp-trac at lists.automattic.com
Mon Nov 7 21:30:21 UTC 2011
#19173: Issues with wp_editor() when used inside of a meta box.
--------------------------+------------------------
Reporter: goto10 | Owner: azaozz
Type: defect (bug) | Status: reviewing
Priority: normal | Milestone: 3.3
Component: Editor | Version: 3.3
Severity: normal | Resolution:
Keywords: |
--------------------------+------------------------
Comment (by azaozz):
Replying to [comment:6 goto10]:
> I think it would be nice to be able to add a meta box that is invisible.
Thinking more about that, not sure it's a good idea to have a static (non-
movable) metabox in between the "normal" metaboxes.
We have `do_action('edit_page_form')` or `do_action('edit_form_advanced')`
that can be used to output any html under div#normal-sortables, perhaps
these should be used to add extra editors? Alternatively we could add
another action that would output html right under the main editor, i.e.
above div#normal-sortables.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/19173#comment:7>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list