Changeset 46449
- Timestamp:
- 05/17/08 08:58:27 (2 months ago)
- Files:
-
- wp-postviews/trunk/readme.html (modified) (2 diffs)
- wp-postviews/trunk/wp-postviews.mo (modified) (previous)
- wp-postviews/trunk/wp-postviews.php (modified) (3 diffs)
- wp-postviews/trunk/wp-postviews.pot (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
wp-postviews/trunk/readme.html
r46028 r46449 444 444 <blockquote> 445 445 <?php if (function_exists('get_most_viewed')): ?><br /> 446 <?php get_most_viewed(); ?><br /> 446 <ul><br /> 447 <?php get_most_viewed(); ?><br /> 448 </ul><br /> 447 449 <?php endif; ?> 448 450 </blockquote> … … 460 462 <blockquote> 461 463 <?php if (function_exists('get_most_viewed_category')): ?><br /> 462 <?php get_most_viewed_category(); ?><br /> 464 <ul><br /> 465 <?php get_most_viewed_category(); ?><br /> 466 </ul><br /> 463 467 <?php endif; ?> 464 468 </blockquote> wp-postviews/trunk/wp-postviews.php
r46028 r46449 90 90 if(WP_CACHE) { 91 91 echo "\n".'<!-- Start Of Script Generated By WP-PostViews 1.30 -->'."\n"; 92 wp_print_scripts(array('sack')); 92 93 echo '<script type="text/javascript">'."\n"; 93 94 echo '/* <![CDATA[ */'."\n"; … … 99 100 echo "\t".'postviews_count = null;'."\n"; 100 101 echo '/* ]]> */'."\n"; 101 echo '</script>'."\n"; 102 wp_print_scripts(array('sack')); 102 echo '</script>'."\n"; 103 103 echo '<!-- End Of Script Generated By WP-PostViews 1.30 -->'."\n"; 104 104 } … … 162 162 $output = '<li>'.__('N/A', 'wp-postviews').'</li>'."\n"; 163 163 } 164 if($ output) {164 if($display) { 165 165 echo $output; 166 166 } else { wp-postviews/trunk/wp-postviews.pot
r46028 r46449 3 3 "Project-Id-Version: WP-PostViews 1.30\n" 4 4 "Report-Msgid-Bugs-To: \n" 5 "POT-Creation-Date: 2008-05-1 6 00:09+0800\n"6 "PO-Revision-Date: 2008-05-1 6 00:09+0800\n"5 "POT-Creation-Date: 2008-05-17 16:58+0800\n" 6 "PO-Revision-Date: 2008-05-17 16:58+0800\n" 7 7 "Last-Translator: Lester Chan <lesterchan@gmail.com>\n" 8 8 "Language-Team: Lester Chan <lesterchan@gmail.com>\n"
