Changeset 520165
- Timestamp:
- 03/17/2012 12:32:17 PM (14 years ago)
- Location:
- simple-poll
- Files:
-
- 2 edited
- 3 copied
-
tags/1.0.1 (copied) (copied from simple-poll/trunk)
-
tags/1.0.1/readme.txt (copied) (copied from simple-poll/trunk/readme.txt) (2 diffs)
-
tags/1.0.1/toSendIt-SimplePoll.php (copied) (copied from simple-poll/trunk/toSendIt-SimplePoll.php) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/toSendIt-SimplePoll.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
simple-poll/tags/1.0.1/readme.txt
r520137 r520165 4 4 Requires at least: 3.3 5 5 Tested up to: 3.3.1 6 Stable tag: 1.0 6 Stable tag: 1.0.1 7 7 8 8 Plugin that allow admin to create infinite polls and registered users to express just one preference per poll. … … 44 44 * First release 45 45 46 = 1.0.1 (2012-03-17) = 47 * Removed unnecessary parameter to the saveOptions method 48 46 49 == Upgrade Notice == 47 50 -
simple-poll/tags/1.0.1/toSendIt-SimplePoll.php
r520137 r520165 2 2 /** 3 3 * @package Simple Polls 4 * @version 1.0 4 * @version 1.0.1 5 5 */ 6 6 /* … … 9 9 Description: Plugin that allow admin to create infinite polls and registered users to express just one preference per poll. 10 10 Author: toSend.it di Luisa Mara 11 Version: 1.0 11 Version: 1.0.1 12 12 Author URI: http://tosend.it 13 13 */ … … 73 73 } 74 74 75 static function saveOptions( $options){75 static function saveOptions(){ 76 76 $options = self::loadOptions(); 77 77 if(isset($_POST) && count($_POST)>0){ -
simple-poll/trunk/readme.txt
r520137 r520165 4 4 Requires at least: 3.3 5 5 Tested up to: 3.3.1 6 Stable tag: 1.0 6 Stable tag: 1.0.1 7 7 8 8 Plugin that allow admin to create infinite polls and registered users to express just one preference per poll. … … 44 44 * First release 45 45 46 = 1.0.1 (2012-03-17) = 47 * Removed unnecessary parameter to the saveOptions method 48 46 49 == Upgrade Notice == 47 50 -
simple-poll/trunk/toSendIt-SimplePoll.php
r520137 r520165 2 2 /** 3 3 * @package Simple Polls 4 * @version 1.0 4 * @version 1.0.1 5 5 */ 6 6 /* … … 9 9 Description: Plugin that allow admin to create infinite polls and registered users to express just one preference per poll. 10 10 Author: toSend.it di Luisa Mara 11 Version: 1.0 11 Version: 1.0.1 12 12 Author URI: http://tosend.it 13 13 */ … … 73 73 } 74 74 75 static function saveOptions( $options){75 static function saveOptions(){ 76 76 $options = self::loadOptions(); 77 77 if(isset($_POST) && count($_POST)>0){
Note: See TracChangeset
for help on using the changeset viewer.