• Resolved Rhand

    (@rhand)


    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)
  • Thread Starter Rhand

    (@rhand)

    Hmm well __( does work but e_( does not. Only some words are now not translated properly. Will need to see if that is caused by me changing e_ to __ .

    Thread Starter Rhand

    (@rhand)

    Did not get any further problems so far so will close q.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘After adding comment, comment is not loaded’ is closed to new replies.