How do I get rid of the “echo” Quicktag tab above comment box?
-
As usual, I’m trying to install the LMB^Comment Quicktags plugin and I’ve already made a boo boo.
My blog: https://whitenoiseinsanity.com/
I have a duplicate “Quicktags” command above the comment box. How do I remove the ‘echo’? Of the following, what do I remove:
<!– Display Quicktags or allowed XHTML Tags –>
<?php if (function_exists(‘lmbbox_comment_quicktags_display’)) { echo “<p>”; lmbbox_comment_quicktags_display(); echo “</p>”; }
else { if ($bfa_ata_show_xhtml_tags == “Yes”) { ?>
<p class=”thesetags clearfix”><?php printf(__(‘You can use %1$sthese HTML tags’,’atahualpa’), ‘‘); ?></p>
<div class=”xhtml-tags”><p><?php echo allowed_tags(); ?>
</p></div>
<?php } } ?>Thanking you ahead of time for your help!
- The topic ‘How do I get rid of the “echo” Quicktag tab above comment box?’ is closed to new replies.