Changes between Initial Version and Version 1 of Ticket #31297, comment 7
- Timestamp:
- 09/20/2015 07:13:00 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31297, comment 7
initial v1 1 1 This ticket seems close enough to #26842, closing as a duplicate. 2 2 3 Looking at the patch: better way of doing this is to set TinyMCE to stop converting ` ` to U+00A0, see https://core.trac.wordpress.org/ticket/26842#comment:1. However that is not 100% backwards compatible and requires changes in many places to support it (pretty much all PHP orJS regex that filters post_content and uses `\s`).3 Looking at the patch: better way of doing this is to set TinyMCE to stop converting ` ` to U+00A0, see https://core.trac.wordpress.org/ticket/26842#comment:1. However that is not 100% backwards compatible and requires changes in many places to support it (pretty much all PHP and JS regex that filters post_content and uses `\s`).