Changeset 331586
- Timestamp:
- 01/12/2011 05:34:15 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wunderground/branches/wordpress-weather/wordpress-weather.php
r331573 r331586 24 24 class wordpressWeather extends WP_Widget { 25 25 function __construct() { 26 parent:: WP_Widget(false, $name = 'WP_Widget');26 parent::__construct(false, $name = 'WP_Widget'); 27 27 add_shortcode('forecast', array(&$this, 'shortcode')); 28 28 //add_action('wp_head', array(&$this, 'css'));
Note: See TracChangeset
for help on using the changeset viewer.