Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #31297, comment 7


Ignore:
Timestamp:
09/20/2015 07:13:00 PM (10 years ago)
Author:
azaozz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31297, comment 7

    initial v1  
    11This ticket seems close enough to #26842, closing as a duplicate.
    22
    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 or JS regex that filters post_content and uses `\s`).
     3Looking 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`).