Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #19173, comment 9


Ignore:
Timestamp:
11/08/2011 08:39:01 PM (13 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #19173, comment 9

    initial v1  
    1 Per IRC's discussion today, wp_editor() shouldn't be used in a metabox. do_action('edit_page_form') or do_action('edit_form_advanced') are the proper places for it.
     1Per the IRC discussion today, wp_editor() shouldn't be used in a metabox. do_action('edit_page_form') or do_action('edit_form_advanced') are the proper places for it.