function the_editor bug – link button in visual mode not working
-
I have used wordpress the_editor, everything is working perfect except the link button in visual mode. When I click Link button nothing happens. It is supposed to open the popup where I can enter link and details. In HTML mode it works though.
I have used following code to initialize the editor
<?php the_editor($content, $name=’contents’, $prev_id = ‘title’, $media_buttons = true, $tab_index = 2); ?>
I am accessing plugin with super admin access.
Also when I access plugin as subscriber I cant see link button at all.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘function the_editor bug – link button in visual mode not working’ is closed to new replies.