Changeset 790952
- Timestamp:
- 10/20/2013 08:53:00 PM (12 years ago)
- Location:
- gcal-sidebar/trunk
- Files:
-
- 2 edited
-
gcal-sidebar.php (modified) (4 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gcal-sidebar/trunk/gcal-sidebar.php
r789833 r790952 4 4 Plugin URI: http://www.oriontechnologysolutions.com/gcal-sidebar/ 5 5 Description: Pulls a Google Calendar feed and displays it in your sidebar. 6 Version: 2.1 06 Version: 2.11 7 7 Author: Orion Technology Solutions 8 8 Author URI: http://www.oriontechnologysolutions.com … … 59 59 $rval .= $this->display_feed($calGroup, $atts, false); 60 60 $rval .= "</div>"; 61 return $rval; 61 62 } 62 63 /** @see WP_Widget::widget */ … … 511 512 $after_title = ''; 512 513 513 $rval .= echo'<' . $lt . ' id="events">';514 $rval .= '<' . $lt . ' id="events">'; 514 515 515 516 $date = ''; … … 569 570 return $rval; 570 571 } 571 } // class GcalS idebar572 } // class GcalSdebar 572 573 573 574 -
gcal-sidebar/trunk/readme.txt
r789833 r790952 5 5 Requires at least: 2.8 6 6 Tested up to: 3.6.1 7 Stable tag: 2.1 07 Stable tag: 2.11 8 8 9 9 Gcal Sidebar pulls a Google calendar feed and displays it in the sidebar of your wordpress blog. It supports both widget and shortcode modes. … … 48 48 49 49 == Changelog == 50 51 = 2.11 = 52 * left an extra echo statement in. Removed it. 53 50 54 51 55 = 2.10 =
Note: See TracChangeset
for help on using the changeset viewer.