[wp-trac] [WordPress Trac] #39887: function of wp_editor
WordPress Trac
noreply at wordpress.org
Thu Feb 16 08:54:04 UTC 2017
#39887: function of wp_editor
----------------------------+-----------------------------
Reporter: kkking | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Gallery | Version: 4.7.2
Severity: normal | Keywords:
Focuses: administration |
----------------------------+-----------------------------
add_action( 'add_meta_boxes', function(){
$key = "test";
add_meta_box($key,'test',function() use($key){
wp_editor('', $key);
});
} );
--
Ticket URL: <https://core.trac.wordpress.org/ticket/39887>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list