Title: [Plugin: Live Comment Preview] bug in version 2.0b1
Last modified: August 19, 2016

---

# [Plugin: Live Comment Preview] bug in version 2.0b1

 *  [monodistortion](https://wordpress.org/support/users/monodistortion/)
 * (@monodistortion)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/plugin-live-comment-preview-bug-in-version-20b1/)
 * Here’s one bug in Live Comment Preview version 2.0b1.
 * I was just looking at the code and on line 149 it says:
 *     ```
       var allowedtags=['<?= implode("', '", array_keys($allowedtags)) ?>'];
       ```
   
 * Short open tags will not work on any server with that PHP option turned off.
   
   [http://codex.wordpress.org/WordPress_Coding_Standards#No_Shorthand_PHP_tags](http://codex.wordpress.org/WordPress_Coding_Standards#No_Shorthand_PHP_tags)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Brad Touesnard](https://wordpress.org/support/users/bradt/)
 * (@bradt)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/plugin-live-comment-preview-bug-in-version-20b1/#post-1866402)
 * Fixed and committed to trunk.
 *  Thread Starter [monodistortion](https://wordpress.org/support/users/monodistortion/)
 * (@monodistortion)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-live-comment-preview-bug-in-version-20b1/#post-1866635)
 * I looked at the trunk, dated 2011-01-17, and you have to be careful with the 
   short tags. `<?=` is shorthand for `<?php echo`.
 *  Plugin Author [Brad Touesnard](https://wordpress.org/support/users/bradt/)
 * (@bradt)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-live-comment-preview-bug-in-version-20b1/#post-1866636)
 * Good catch, didn’t quite fix it after all. Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘[Plugin: Live Comment Preview] bug in version 2.0b1’ is closed to new
replies.

 * ![](https://s.w.org/plugins/geopattern-icon/live-comment-preview_b33c12.svg)
 * [Live Comment Preview](https://wordpress.org/plugins/live-comment-preview/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/live-comment-preview/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/live-comment-preview/)
 * [Active Topics](https://wordpress.org/support/plugin/live-comment-preview/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/live-comment-preview/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/live-comment-preview/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Brad Touesnard](https://wordpress.org/support/users/bradt/)
 * Last activity: [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-live-comment-preview-bug-in-version-20b1/#post-1866636)
 * Status: not resolved