Changeset 559254
- Timestamp:
- 06/16/2012 11:30:05 PM (14 years ago)
- Location:
- today-in-history/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
today_in_history.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
today-in-history/trunk/readme.txt
r536478 r559254 71 71 == Changelog == 72 72 73 = 0.4.1 [2012-06-16] = 74 * Updated for Wordpress 3.4 75 73 76 = 0.4 [2012-04-25] = 74 77 * Updated for Wordpress 3.3.2 -
today-in-history/trunk/today_in_history.php
r536479 r559254 3 3 * @package Today_In_History 4 4 * @author Randall Hinton 5 * @version 0.4 5 * @version 0.4.1 6 6 */ 7 7 /* … … 10 10 Description: This Widget allows the user to randomly display historically significant events that happened on that specific day in history 11 11 Author: Randall Hinton 12 Version: 0.4 12 Version: 0.4.1 13 13 Author URI: http://www.macnative.com/ 14 14 */ … … 19 19 curl_setopt($curl, CURLOPT_URL, $url); 20 20 curl_setopt($curl, CURLOPT_RETURNTRANSFER, true); 21 curl_setopt($curl, CURLOPT_USERAGENT, "Today In History Widget v0.4 ");21 curl_setopt($curl, CURLOPT_USERAGENT, "Today In History Widget v0.4.1"); 22 22 $response = curl_exec($curl); 23 23 curl_close($curl);
Note: See TracChangeset
for help on using the changeset viewer.