- Timestamp:
- Sep 6, 2010, 2:17:47 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/xpressme_integration_kit/wp-content/themes/xpress_default/blocks/recent_comments_block_theme.php
r603 r648 1 1 <?php 2 // Block Version: 1. 12 // Block Version: 1.2 3 3 function recent_comments_block($options) 4 4 { … … 64 64 $comment_link = get_permalink( $comment->comment_post_ID ) . '#comment-' . $comment->comment_ID; 65 65 } else { 66 $comment_link = get_comment_link($comment->comment_ID);66 $comment_link = clean_url(get_comment_link($comment->comment_ID)); 67 67 } 68 68 $comment_title = $comment_excerpt;
Note: See TracChangeset
for help on using the changeset viewer.