Changeset 25647
- Timestamp:
- 11/29/07 14:51:06 (8 months ago)
- Location:
- wp-polls/trunk
- Files:
-
- 4 modified
-
readme.html (modified) (1 diff)
-
wp-polls.mo (modified) (previous)
-
wp-polls.php (modified) (1 diff)
-
wp-polls.pot (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-polls/trunk/readme.html
r22648 r25647 292 292 <li>NEW: Use number_format_i18n() Instead</li> 293 293 <li>FIXED: number_format() Not Used In Polls Archive</li> 294 <li>FIXED: Unable To Schedule Future Poll If The Year Is Different From Current Year</li> 294 295 </ul> 295 296 </li> -
wp-polls/trunk/wp-polls.php
r22756 r25647 1051 1051 $year = gmdate('Y', $poll_timestamp); 1052 1052 echo '<select name="'.$fieldname.'_year" size="1">'."\n"; 1053 for($i = 2000; $i <= $year; $i++) {1053 for($i = 2000; $i <= ($year+10); $i++) { 1054 1054 if($year == $i) { 1055 1055 echo "<option value=\"$i\" selected=\"selected\">$i</option>\n"; -
wp-polls/trunk/wp-polls.pot
r22756 r25647 3 3 "Project-Id-Version: WP-Polls 2.30\n" 4 4 "POT-Creation-Date: \n" 5 "PO-Revision-Date: 2007-1 0-21 22:57+0800\n"5 "PO-Revision-Date: 2007-11-29 22:50+0800\n" 6 6 "Last-Translator: Lester 'GaMerZ' Chan <gamerz84@hotmail.com>\n" 7 7 "Language-Team: Lester Chan <gamerz84@hotmail.com>\n"
