• Really? REALLY?

    missing ) after argument list [Break on this error] addtwitterfield(‘url’,”
    “,”<label fo…el>
    “,’textarea’,’off’,’off’,’off’);

    Corresponding line of code:
    <script type="text/javascript">addtwitterfield('url',"<br />","<label for="atf_twitter_id">Twitter ID</label><br />",'textarea','off','off','off');</script>

    http://ww.wp.xz.cn/extend/plugins/wp-twitip-id/

Viewing 1 replies (of 1 total)
  • Thread Starter yuletide

    (@yuletide)

    Seemed it really was that simple?

    Now I get no error. Hopefully I didn’t break anything by fixing it.

    Before
    echo "addtwitterfield('$afterID',\'$prehtml\',\'$psthtml\','$field_class','$hasnolabel','$swaplabel','$atf_nojava');</script>";

    After
    echo "addtwitterfield('$afterID','$prehtml','$psthtml','$field_class','$hasnolabel','$swaplabel','$atf_nojava');</script>";

    Yay! No error! O_o

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: WP Twitip ID] WP-Twitip-ID JavaScript Error’ is closed to new replies.