Parse error: syntax error after update 2.9.9.37
-
After updating 2.9.9.37, the following error occurs.
—————————-
Parse error: syntax error, unexpected ‘echo’ (T_ECHO) in /wp-content/themes/newsup/inc/ansar/template-functions.php on line 75
—————————–
To solve the problem, I temporarily modified it as follows.
——————————
on line 75
echo ‘<link rel=”pingback” href=”‘, echo esc_url(get_bloginfo(‘pingback_url’)), ‘”>’;
—>
echo ‘<link rel=”pingback” href=”‘, esc_url(get_bloginfo(‘pingback_url’)), ‘”>’;
——————————-
I want to be patch in the official update in a short time.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Parse error: syntax error after update 2.9.9.37’ is closed to new replies.