Correct way to allow nbsp entity in TinyMCE?
-
Hi,
Running a new installation of WP 2.9.2. Importing posts containing many entities. By default WP’s implementation of TinyMCE strips these out.
This post explains succinctly that I need to allow entity 160,nbsp.
What is the correct way to do that? So far the only method I have found is to hack wp-admin/includes/posts.php around line 1421, changing
‘entities’ => ’38,amp,60,lt,62,gt’,
to‘entities’ => ‘160,nbsp,38,amp,60,lt,62,gt’,
Is there a way to do this without hacking the core?
Thanks,
Mark Berry
MCB Systems
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Correct way to allow nbsp entity in TinyMCE?’ is closed to new replies.