Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #32541, comment 2


Ignore:
Timestamp:
06/01/2015 10:31:13 AM (11 years ago)
Author:
Frozzare
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32541, comment 2

    initial v1  
    11I just used the `wp_editor` function like this:
    22
    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 ] );
    74
    85and then the errors appears