Changeset 446744
- Timestamp:
- 10/03/2011 02:26:01 PM (14 years ago)
- Location:
- wp-whos-online/trunk
- Files:
-
- 1 added
- 2 edited
-
LICENSE (added)
-
wp-whos-online.js (modified) (1 diff)
-
wp-whos-online.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-whos-online/trunk/wp-whos-online.js
r330945 r446744 1 /* 2 Copyright (C) 2011 Adam Backstrom <adam@sixohthree.com> 3 4 This program is free software; you can redistribute it and/or modify 5 it under the terms of the GNU General Public License as published by 6 the Free Software Foundation; either version 2 of the License, or 7 (at your option) any later version. 8 9 This program is distributed in the hope that it will be useful, 10 but WITHOUT ANY WARRANTY; without even the implied warranty of 11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 GNU General Public License for more details. 13 14 You should have received a copy of the GNU General Public License along 15 with this program; if not, write to the Free Software Foundation, Inc., 16 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 17 */ 18 1 19 jQuery(function($) { 2 20 /* -
wp-whos-online/trunk/wp-whos-online.php
r330945 r446744 1 1 <?php 2 3 2 /* 4 3 Plugin Name: Who's Online … … 8 7 Author: Adam Backstrom 9 8 Author URI: http://blogs.bwerp.net/ 9 License: GPL2 10 */ 11 12 /* Copyright 2011 Adam Backstrom <adam@sixohthree.com> 13 14 This program is free software; you can redistribute it and/or modify 15 it under the terms of the GNU General Public License, version 2, as 16 published by the Free Software Foundation. 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 10 26 */ 11 27
Note: See TracChangeset
for help on using the changeset viewer.