Support Team
posted this
15 August 2018
Hi,
Обычно мы отвечаем в течение 1-3 рабочих дней в зависимости от загруженности. Сейчас загруженность высокая.
Нашла запятую тут:
\Untitled\versions\7.x\theme-methods.php
в функции:
function Untitled_display_terms($content) {
$output = '';
$terms = Untitled_get_terms($content);
$index = 0;
foreach ($terms as $t) {
$output .= render($t) . ($index < sizeof($terms) - 1 ? ', ' : '');
$index++;
}
return $output;
}
Просто уберите запятую из скобок и сохраните изменения.
Thank you,
Olivia
Hi,
Обычно мы отвечаем в течение 1-3 рабочих дней в зависимости от загруженности. Сейчас загруженность высокая.
Нашла запятую тут:
`\Untitled\versions\7.x\theme-methods.php`
в функции:
`function Untitled_display_terms($content) {
$output = '';
$terms = Untitled_get_terms($content);
$index = 0;
foreach ($terms as $t) {
$output .= render($t) . ($index < sizeof($terms) - 1 ? ', ' : '');
$index++;
}
return $output;
}`
Просто уберите запятую из скобок и сохраните изменения.
Thank you,
Olivia