Changeset 15617
- Timestamp:
- 07/21/07 05:21:52 (1 year ago)
- Files:
-
- wp-polls/trunk/polls/polls-css.css (modified) (1 diff)
- wp-polls/trunk/polls/polls.php (modified) (1 diff)
- wp-polls/trunk/polls/wp-polls.mo (modified) (previous)
- wp-polls/trunk/polls/wp-polls.pot (modified) (1 diff)
- wp-polls/trunk/readme.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
wp-polls/trunk/polls/polls-css.css
r14411 r15617 17 17 18 18 19 .wp-polls-archive { 20 /* background-color: #ffffff; */ 21 } 19 22 .wp-polls, .wp-polls-form { 20 23 /* background-color: #ffffff; */ wp-polls/trunk/polls/polls.php
r15572 r15617 777 777 778 778 // Poll Archives 779 $pollsarchive_output_archive .= "<div class=\"wp-polls \">\n";779 $pollsarchive_output_archive .= "<div class=\"wp-polls wp-polls-archive\">\n"; 780 780 foreach($polls_questions as $polls_question) { 781 781 // Most/Least Variables wp-polls/trunk/polls/wp-polls.pot
r15572 r15617 3 3 "Project-Id-Version: WP-Polls 2.21\n" 4 4 "POT-Creation-Date: \n" 5 "PO-Revision-Date: 2007-07-2 0 04:50+0800\n"5 "PO-Revision-Date: 2007-07-21 13:20+0800\n" 6 6 "Last-Translator: Lester 'GaMerZ' Chan <gamerz84@hotmail.com>\n" 7 7 "Language-Team: Ravan <ravanhagen@gmail.com>\n" wp-polls/trunk/readme.html
r14641 r15617 247 247 </p> 248 248 <p> 249 <strong>Screenshots:</strong><br /> 250 <strong>»</strong> <a href="http://www.lesterchan.net/wordpress/screenshots/browse/wp-polls/" title="http://www.lesterchan.net/wordpress/screenshots/browse/wp-polls/">http://www.lesterchan.net/wordpress/screenshots/browse/wp-polls/</a> 251 </p> 252 <p> 249 253 <strong>Demo:</strong><br /> 250 254 <strong>»</strong> <a href="http://www.lesterchan.net/wordpress/" title="http://www.lesterchan.net/wordpress/">http://www.lesterchan.net/wordpress/</a> … … 295 299 <strong>Version 2.21 (01-10-2007)</strong> 296 300 <ul> 301 <li>NEW: New CSS Style For WP-Polls Archive (.wp-polls-archive)</li> 297 302 <li>NEW: Uses WP-Stats Filter To Add Stats Into WP-Stats Page</li> 298 303 <li>FIXED: Some Text Not Translated In Polls Widget</li>
