Title: Some Bug Fix
Last modified: May 31, 2020

---

# Some Bug Fix

 *  Resolved [Deep Khicher](https://wordpress.org/support/users/deepfitnessclub/)
 * (@deepfitnessclub)
 * [6 years ago](https://wordpress.org/support/topic/some-bug-fix/)
 * I check your plugin and i got a bug on main.php:55
 * before
    `echo (!empty($data['Tags'])) ? '<p><label>' . __('Tags', 'theme-check').'
   </label><span class="info">' . implode($data['Tags'], ', ') . '</span></p>' :'';`
 * `echo (!empty($data['Tags'])) ? '<p><label>' . __('Tags', 'theme-check') . '</
   label><span class="info">' . implode(', ', $data['Tags']) . '</span></p>' : '';`
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fsome-bug-fix%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Contributor [Carolina Nymark](https://wordpress.org/support/users/poena/)
 * (@poena)
 * [5 years, 12 months ago](https://wordpress.org/support/topic/some-bug-fix/#post-12980002)
 * Hi, it is not all clear to me what the bug is, since you did not add a description,
   but if you meant the implode, this seems to have been solved.
 * [https://github.com/WordPress/theme-check/blob/master/main.php#L55](https://github.com/WordPress/theme-check/blob/master/main.php#L55)
 *  Thread Starter [Deep Khicher](https://wordpress.org/support/users/deepfitnessclub/)
 * (@deepfitnessclub)
 * [5 years, 12 months ago](https://wordpress.org/support/topic/some-bug-fix/#post-12980022)
 * thanks i got update

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

The topic ‘Some Bug Fix’ is closed to new replies.

 * ![](https://ps.w.org/theme-check/assets/icon-128x128.png?rev=972579)
 * [Theme Check](https://wordpress.org/plugins/theme-check/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/theme-check/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/theme-check/)
 * [Active Topics](https://wordpress.org/support/plugin/theme-check/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/theme-check/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/theme-check/reviews/)

## Tags

 * [php-error](https://wordpress.org/support/topic-tag/php-error/)

 * 2 replies
 * 2 participants
 * Last reply from: [Deep Khicher](https://wordpress.org/support/users/deepfitnessclub/)
 * Last activity: [5 years, 12 months ago](https://wordpress.org/support/topic/some-bug-fix/#post-12980022)
 * Status: resolved