After adding comment, comment is not loaded
-
After adding a comment to a theme, the comment would not show nor would the footer. I turned on debugging and got:
Fatal error: Call to undefined function e_() in /var/www/vhosts/domain.com/subdomains/lab/httpdocs/q3/wp-content/themes/q3/comments.php on line 15
On line 15 I have
<span><?php comments_number( e_( 'No Comments Yet', 'theme'), __( 'One Comment', 'theme'), __( '% Comments', 'theme')); ?></span>
What is wrong here?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘After adding comment, comment is not loaded’ is closed to new replies.