Plugin Directory

Changeset 2020292


Ignore:
Timestamp:
01/28/2019 10:32:49 AM (7 years ago)
Author:
pixelsandthings
Message:

Changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fetch-some-tweets/trunk/fetch-some-tweets.php

    r2020288 r2020292  
    1010    Plugin URI:        http://www.pixelsandthings.co.uk
    1111    Description:       JSON Driven PHP Twitter Feed - Twitter API 1.1
    12     Version:           1.3
     12    Version:           1.3.1
    1313    Author:            Pixels & Things
    1414    Author URI:        https://www.pixelsandthings.co.uk
     
    316316
    317317        // Verifyk Connection to Twitter
    318         if( isset( $content ) ){
     318        if(! $content ){
    319319
    320320            $tweet_user_timeline = '<section class="no-tweets no-connection">';
Note: See TracChangeset for help on using the changeset viewer.