Viewing 3 reply threads
You must be logged in to reply to this topic.
Hello!
This is appearing in all my posts pages. How do I fix it?
<b style=”color: #444444; font-family: ‘Open Sans’; font-size: 14px; line-height: 26px;”>Warning</b><span style=”color: #444444; font-family: ‘Open Sans’; font-size: 14px; line-height: 26px;”>: _() expects exactly 1 parameter, 2 given in </span><b style=”color: #444444; font-family: ‘Open Sans’; font-size: 14px; line-height: 26px;”>/home/content/p3nexnas05_data03/09/2171509/html/wp-content/themes/tower/includes/view/blog/comments.php</b><span style=”color: #444444; font-family: ‘Open Sans’; font-size: 14px; line-height: 26px;”> on line </span><b style=”color: #444444; font-family: ‘Open Sans’; font-size: 14px; line-height: 26px;”>29</b>
Warning: _() expects exactly 1 parameter, 2 given in /home/content/p3nexnas05_data03/09/2171509/html/wp-content/themes/tower/includes/view/blog/comments.php on line 29
Hello,
Please go to file /includes/view/blog/comments.php and find this line:
<?php comment_form(array('title_reply' => '<span>' ._('Leave Reply', 'codeless'). '</span> '), $post->ID ) ?>
Replace with this:
<?php comment_form(array('title_reply' => '<span>' .__('Leave Reply', 'codeless'). '</span> '), $post->ID ) ?>
Save file.
Sorry for the inconvenience. We will edit this in the next update.
Best regards!
You must be logged in to reply to this topic.