Plugin Directory

Changeset 487653


Ignore:
Timestamp:
01/10/2012 04:52:40 PM (14 years ago)
Author:
adnanyasir
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • wordpress-weather-widget/trunk/index.php

    r487633 r487653  
    22/**
    33 * Plugin Name: Weather widget for wordpress
    4  * Plugin URI: http://yasiradnan.com
     4 * Plugin URI: http://show.yasiradnan.com
    55 * Description: A widget adds weather forecast to your wordpress sidebar
    66 * Version: 1.0
    77 * Author: Yasir Adnan
    88 * Author URI: http://yasiradnan.com
    9  */
    10 /**
     9 *License: GPLv2 or later
     10*/
     11
     12/*
     13This program is free software; you can redistribute it and/or
     14modify it under the terms of the GNU General Public License
     15as published by the Free Software Foundation; either version 2
     16of the License, or (at your option) any later version.
     17
     18This program is distributed in the hope that it will be useful,
     19but WITHOUT ANY WARRANTY; without even the implied warranty of
     20MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     21GNU General Public License for more details.
     22
     23You should have received a copy of the GNU General Public License
     24along with this program; if not, write to the Free Software
     25Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
     26*/
     27 /**
    1128 * Add function to widgets_init that'll load our widget.
    1229 */
Note: See TracChangeset for help on using the changeset viewer.