Changeset 2020292
- Timestamp:
- 01/28/2019 10:32:49 AM (7 years ago)
- File:
-
- 1 edited
-
fetch-some-tweets/trunk/fetch-some-tweets.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fetch-some-tweets/trunk/fetch-some-tweets.php
r2020288 r2020292 10 10 Plugin URI: http://www.pixelsandthings.co.uk 11 11 Description: JSON Driven PHP Twitter Feed - Twitter API 1.1 12 Version: 1.3 12 Version: 1.3.1 13 13 Author: Pixels & Things 14 14 Author URI: https://www.pixelsandthings.co.uk … … 316 316 317 317 // Verifyk Connection to Twitter 318 if( isset( $content )){318 if(! $content ){ 319 319 320 320 $tweet_user_timeline = '<section class="no-tweets no-connection">';
Note: See TracChangeset
for help on using the changeset viewer.