Changes between Initial Version and Version 2 of Ticket #45450
- Timestamp:
- 11/29/2018 10:53:06 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #45450 – Description
initial v2 2 2 3 3 To [https://github.com/WordPress/gutenberg/pull/11659 fix another issue], the markup for this placeholder element was recently changed, switching it from an `input` to a `textarea`. This means the CSS selector for this element in each theme also needs to be updated. 4 5 (Thanks to @joen for pointing out this issue in #45421!)