Plugin Directory

Changeset 492803


Ignore:
Timestamp:
01/20/2012 07:41:34 PM (14 years ago)
Author:
dmregister
Message:

added user_id and access_token to debug mode screen

Location:
instagram-widget-for-wordpress/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • instagram-widget-for-wordpress/trunk/instagram.php

    r492802 r492803  
    44Plugin URI: http://davidmregister.com/instagram-widget-for-wordpress
    55Description: This plugin get a users recent images, up to 10, and displays them in a Wordpress Widget. It will also display likes and comments if uplaoded with the images.
    6 Version: 1.3
     6Version: 1.3.1
    77Author: David Register
    88Author URI: http://davidmregister.com
     
    4747                $curl_ver = curl_version();
    4848                echo '<p>Curl is <b>Enabled</b></p>';
    49                 echo '<p>Curl Version Number:<br />'.$curl_ver['version_number'].'</p>';
     49                echo '<p>Curl Version Number:<br />'.$curl_ver['version_number'].'</p>';
     50                echo '<p>User ID:<br />'.$user_id.'</p>';
     51                echo '<p>Access Token:<br /><span style="word-wrap:break-word;width:100px;">'.$access_token.'</span></p>';
    5052                $results = $this->get_recent_data($user_id,$access_token);
    5153                echo '<p><b>Results</b>:</p>';
  • instagram-widget-for-wordpress/trunk/readme.txt

    r492800 r492803  
    3939== Changelog ==
    4040
     41= 1.3.1 =
     42Improved Debug Mode
     43
    4144= 1.3 =
    4245Added Debug Mode for troubleshooting
Note: See TracChangeset for help on using the changeset viewer.