Plugin Directory

Changeset 384185


Ignore:
Timestamp:
05/12/2011 08:00:39 PM (15 years ago)
Author:
rainypixels
Message:

Updated comment section in main php file.

Location:
rainyshots
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • rainyshots/tags/1.0/rainyshots.php

    r383475 r384185  
    22/*
    33Plugin Name: RainyShots
    4 Plugin URI: http://rainypixels.com/
     4Plugin URI: http://rainypixels.com/writings/journal/rainyshots-a-dribbble-plugin/
    55Description: Adds a template function — rs_shots() — that returns an array of 15 latest Dribbble shots by a player.
    66Version: 1.0
    77Author: Nishant Kothary
    88Author URI: http://rainypixels.com
    9 License: GNU GPL
    10 */
    11 /*  Copyright 2011 Nishant Kothary (email:n@rainypixels.com)
    12 
    13     This program is free software; you can redistribute it and/or modify
    14     it under the terms of the GNU General Public License as published by
    15     the Free Software Foundation; either version 2 of the License, or
    16     (at your option) any later version.
    17 
    18     This program is distributed in the hope that it will be useful,
    19     but WITHOUT ANY WARRANTY; without even the implied warranty of
    20     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    21     GNU General Public License for more details.
    22 
    23     You should have received a copy of the GNU General Public License
    24     along with this program; if not, write to the Free Software
    25     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
     9License: GPLv2 or later
    2610*/
    2711?>
  • rainyshots/trunk/rainyshots.php

    r383473 r384185  
    22/*
    33Plugin Name: RainyShots
    4 Plugin URI: http://rainypixels.com/
     4Plugin URI: http://rainypixels.com/writings/journal/rainyshots-a-dribbble-plugin/
    55Description: Adds a template function — rs_shots() — that returns an array of 15 latest Dribbble shots by a player.
    66Version: 1.0
    77Author: Nishant Kothary
    88Author URI: http://rainypixels.com
    9 License: GNU GPL
    10 */
    11 /*  Copyright 2011 Nishant Kothary (email:n@rainypixels.com)
    12 
    13     This program is free software; you can redistribute it and/or modify
    14     it under the terms of the GNU General Public License as published by
    15     the Free Software Foundation; either version 2 of the License, or
    16     (at your option) any later version.
    17 
    18     This program is distributed in the hope that it will be useful,
    19     but WITHOUT ANY WARRANTY; without even the implied warranty of
    20     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    21     GNU General Public License for more details.
    22 
    23     You should have received a copy of the GNU General Public License
    24     along with this program; if not, write to the Free Software
    25     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
     9License: GPLv2 or later
    2610*/
    2711?>
Note: See TracChangeset for help on using the changeset viewer.