• Resolved indoctrinated

    (@indoctrinated)


    Backend dies with an error:
    Unexpected ‘<‘ in line 146. (wpdir)/plugins/twitter-wp/twitter-wp.php

    Starting lines 144-151 in twitter-wp.php reads:

    echo "<h2>" . __( 'Twitter Plugin Options', 'mt_trans_domain' ) . "</h2>";
    
    <br /><strong>Use the following in the widget to display: </strong><br /><br />
    Username - %user%<br />
    No of Followers - %followers$<br />
    No of People Following - %following%<br />
    No of Status Updates - %statuses%<br />
    Location: %location%<br /><br />

    should be changed to:

    echo "<h2>" . __( 'Twitter Plugin Options', 'mt_trans_domain' ) . "</h2>
    
    <br /><strong>Use the following in the widget to display: </strong><br /><br />
    Username - %user%<br />
    No of Followers - %followers$<br />
    No of People Following - %following%<br />
    No of Status Updates - %statuses%<br />
    Location: %location%<br /><br />";

    http://wordpress.org/extend/plugins/twitter-wp/

The topic ‘[Plugin: Twitter WP] Unexpected '’ is closed to new replies.