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 to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Some Bug Fix’ is closed to new replies.