Changes between Initial Version and Version 1 of Ticket #32541, comment 2
- Timestamp:
- 06/01/2015 10:31:13 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32541, comment 2
initial v1 1 1 I just used the `wp_editor` function like this: 2 2 3 wp_editor( 'value', 'textarea_id', [ 4 'textarea_name' => 'textarea_name', 5 'media_buttons' => true 6 ] ); 3 wp_editor( 'value', 'textarea_id', [ 'textarea_name' => 'textarea_name', 'media_buttons' => true ] ); 7 4 8 5 and then the errors appears