Changeset 462158
- Timestamp:
- 11/12/2011 01:41:38 PM (14 years ago)
- Location:
- wp-popular-posts-tool/trunk
- Files:
-
- 1 added
- 1 edited
-
comments.png (added)
-
wp-popular-posts-tool.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-popular-posts-tool/trunk/wp-popular-posts-tool.php
r461942 r462158 64 64 <?php echo $post->post_title ?> 65 65 </a> 66 <?php echo '<br />'; if($disableComments==0){echo $post->comment_count . ' '; _e('comments');}?>66 <?php echo '<br />'; if($disableComments==0){echo '<a title="Comments" class="hot-comments-count" href="'. get_permalink($post->ID).'#comments"><img src="' .plugins_url('', __FILE__) . '/comments.png" alt="Comments" title="Comments" /><span>' . $post->comment_count .'</span></a>';}?> 67 67 </td> 68 68 <td style="width:<?php echo ($width); ?>%; … … 81 81 <?php echo $post->post_title ?> 82 82 </a> 83 <?php echo '<br />'; if($disableComments==0){echo $post->comment_count . ' '; _e('comments');}?>83 <?php echo '<br />'; if($disableComments==0){echo '<a title="Comments" class="hot-comments-count" href="'. get_permalink($post->ID).'#comments"><img src="' .plugins_url('', __FILE__) . '/comments.png" alt="Comments" title="Comments" /><span>' . $post->comment_count .'</span></a>';}?> 84 84 </td> 85 85 </tr>
Note: See TracChangeset
for help on using the changeset viewer.