• Just ran the upgrade and I’m getting:
    Parse error: syntax error, unexpected T_ARRAY, expecting ‘)’ in …/wp-content/plugins/wickett-twitter-widget/wickett-twitter-widget.php on line 231

    Deleted that file via cPanel and uploaded it fresh from the downloaded 1.0.3 zip file and got the same thing.

Viewing 1 replies (of 1 total)
  • you can resolve the error by editing wickett-twitter-widget.php and changing:

    function _wpcom_widget_twitter_username( array $matches ) {

    and

    function _wpcom_widget_twitter_hashtag( array $matches ) {

    to:

    function _wpcom_widget_twitter_username( $matches ) {

    and

    function _wpcom_widget_twitter_hashtag( $matches ) {

    I don’t use the plugin so I am not sure how this affects it’s functionality, but it will definitely resolve the error.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Wickett Twitter Widget] Parse error’ is closed to new replies.