Changeset 384185
- Timestamp:
- 05/12/2011 08:00:39 PM (15 years ago)
- Location:
- rainyshots
- Files:
-
- 2 edited
-
tags/1.0/rainyshots.php (modified) (1 diff)
-
trunk/rainyshots.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
rainyshots/tags/1.0/rainyshots.php
r383475 r384185 2 2 /* 3 3 Plugin Name: RainyShots 4 Plugin URI: http://rainypixels.com/ 4 Plugin URI: http://rainypixels.com/writings/journal/rainyshots-a-dribbble-plugin/ 5 5 Description: Adds a template function — rs_shots() — that returns an array of 15 latest Dribbble shots by a player. 6 6 Version: 1.0 7 7 Author: Nishant Kothary 8 8 Author 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 9 License: GPLv2 or later 26 10 */ 27 11 ?> -
rainyshots/trunk/rainyshots.php
r383473 r384185 2 2 /* 3 3 Plugin Name: RainyShots 4 Plugin URI: http://rainypixels.com/ 4 Plugin URI: http://rainypixels.com/writings/journal/rainyshots-a-dribbble-plugin/ 5 5 Description: Adds a template function — rs_shots() — that returns an array of 15 latest Dribbble shots by a player. 6 6 Version: 1.0 7 7 Author: Nishant Kothary 8 8 Author 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 9 License: GPLv2 or later 26 10 */ 27 11 ?>
Note: See TracChangeset
for help on using the changeset viewer.