• shinju

    (@shin-jeong-ung)


    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.

    • This topic was modified 4 years ago by shinju.
    • This topic was modified 4 years ago by shinju.
Viewing 1 replies (of 1 total)
  • Theme Author themeansar

    (@themeansar)

    Hi,

    Thanks for mention this issue, please update new latest version Newsup Theme..

    Any confusion lets know

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Parse error: syntax error after update 2.9.9.37’ is closed to new replies.