Span style not working
-
I use NicEdit in my WordPress comments system. However, span style does not work. I added the following code to kses.php (under “$allowedtags” section):
'span' => array( 'style' => array(), 'dir' => true, 'align' => true, 'lang' => true, 'xml:lang' => true, 'class' => array(), ),It worked well until WordPress was automatically updated to 4.2.3 yesterday. I had edited kses.php file (and span style worked well) but the changes to kses.php disappeared due to the update. I am trying to edit kses.php again but “span style” does not work…
How can I make it done?
Thanks for your help.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Span style not working’ is closed to new replies.