Ошибка базы данных WordPress: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'comment_date_gmt DESC
LIMIT 5' at line 6] SELECT DISTINCT ID, post_title, post_password, comment_ID, comment_post_ID, comment_author, comment_date_gmt, comment_approved, comment_type,
SUBSTRING(comment_content,1,50) AS com_excerpt
FROM wp_comments
LEFT OUTER JOIN wp_posts ON (wp_comments.comment_post_ID = wp_posts.ID)
WHERE comment_approved = '1' AND comment_type = '' AND post_password = ''
ORDER comment_date_gmt DESC
LIMIT 5