Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #26778, comment 28


Ignore:
Timestamp:
03/31/2014 12:36:24 AM (11 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26778, comment 28

    initial v1  
    22> Found it! The text is white when the `name` attribute contains brackets.
    33
    4 This is actually the editor ID and should not contain square brackets. There is a special param that can be passed to wp_editor() to set the textarea name to a different value. Square brackets can be used there.
     4This is actually the editor ID and should not contain square brackets. There is a [https://core.trac.wordpress.org/browser/trunk/src/wp-includes/class-wp-editor.php#L41 special param] that can be passed to wp_editor() to set the textarea name to a different value. Square brackets can be used there.
    55
    66Re-closing as this is a known limitation.