hack to make the editor accept
-
Hi,
For two days (on and off) I’ve been trying to tweak wordpress or tinyMCE so that the editor leaves the
when editing a page (or a post) in the visual editor (I enter the
in html mode and when I switch to visual and back to html it turns into a normal space ‘ ‘).After some research (including this forum), I did the following:
In the file
wp-includes\js\tinymce\tiny_mce_config.php
I changed the line$initArray = array ( [...] 'entities' => '38,amp,60,lt,62,gt',
into
$initArray = array ( [...] 'entities' => '38,amp,60,lt,62,gt,160,nbsp',
and it just didn’t change anything.
Afterwards, I tried to modifyeditor.js
or something like that, but nothing came out of it.So now I’m gonna move on to other problems, if someone knows of a solution to this — a hack, plugin, or anything to that effect — I’d very much appreciate it, thanks.
- The topic ‘hack to make the editor accept ’ is closed to new replies.