Changeset 151978
- Timestamp:
- 09/04/2009 01:58:20 PM (17 years ago)
- Location:
- comment-contest/trunk
- Files:
-
- 2 edited
-
comment-contest.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
comment-contest/trunk/comment-contest.php
r151977 r151978 3 3 Plugin Name: Comment Contest 4 4 Plugin URI: http://www.nozzhy.com/un-plugin-pour-gerer-un-concours-par-commentaires-sur-votre-blog/ 5 Description: If you create a contest on your website, you can draw all comments in a specific post (only in French for now)5 Description: If you create a contest on your website, you can draw all comments in a specific post 6 6 Author: Thomas "Zhykos" Cicognani 7 Version: 1.1 7 Version: 1.1.0.1 8 8 Author URI: http://www.nozzhy.com 9 9 */ … … 16 16 class CommentContest { 17 17 var $domain = ''; 18 var $version = '1.1 '; // Current version18 var $version = '1.1.0.1'; // Current version 19 19 var $option_ns = ''; 20 20 var $options = array (); -
comment-contest/trunk/readme.txt
r151977 r151978 41 41 * Comments are included in the source code 42 42 * Screenshots are available in the install 43 44 = 1.1.0.1 = 45 * Remove "plugin only in french" in a comment
Note: See TracChangeset
for help on using the changeset viewer.