Plugin Directory

Changeset 144235


Ignore:
Timestamp:
08/09/2009 09:10:59 PM (17 years ago)
Author:
hendrikwill
Message:

added an extra div wrapper with additional css class to fix layout problems depending on the template

Location:
wp-google-weather/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-google-weather/trunk/readme.txt

    r140196 r144235  
    22Plugin URI: http://imwill.com/wp-google-weather/
    33Contributors: Hendrik Will
    4 Tags: google, weather, forecast, api
     4Tags: google, weather, forecast, api, widget
    55Requires at least: 2.8
    66Tested up to: 2.8.2
    7 Stable tag: 0.2
     7Stable tag: 0.3
    88
    99Displays a weather widget using the unofficial Google weather API.
     
    7272
    7373== Changelog ==
     74= 0.3 - 09.08.2009 =
     75* added an extra div wrapper with additional css class to fix layout problems depending on the template (thanks Danny and Joe)
     76
    7477= 0.2 - 28.07.2009 =
    7578* checking unit_system param of Google weather API output to convert Fahrenheit to Celsius (thanks Mike)
  • wp-google-weather/trunk/wp-google-weather.php

    r140192 r144235  
    4646    function hw_wpgw() {
    4747        /* Widget settings. */
    48         $widget_ops = array( 'classname' => 'hw_wpgw', 'description' => __('A widget that displays the weather.', 'hw_wpgw') );
     48        $widget_ops = array( 'description' => __('A widget that displays the weather.', 'hw_wpgw') );
    4949
    5050        /* Widget control settings. */
     
    204204       
    205205        echo '
     206        <div class="hw_wpgw">
    206207        <dl>
    207208            <dd class="today">
     
    234235        echo '
    235236        </dl>
     237        </div>
    236238        <div style="clear: both;"></div>
    237239        ';
Note: See TracChangeset for help on using the changeset viewer.