Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Some Bug Fix

$
0
0

Replies: 0

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>' : '';


Viewing all articles
Browse latest Browse all 59525

Trending Articles