Changes between Initial Version and Version 1 of Ticket #26778, comment 28
- Timestamp:
- 03/31/2014 12:36:24 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26778, comment 28
initial v1 2 2 > Found it! The text is white when the `name` attribute contains brackets. 3 3 4 This is actually the editor ID and should not contain square brackets. There is a special paramthat can be passed to wp_editor() to set the textarea name to a different value. Square brackets can be used there.4 This 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. 5 5 6 6 Re-closing as this is a known limitation.