XPressME Integration Kit

Trac

Changeset 648


Ignore:
Timestamp:
Sep 6, 2010, 2:17:47 AM (14 years ago)
Author:
toemon
Message:

最近のコメントブロックでW3C警告が発生するバグを修正 Fixes#366

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/xpressme_integration_kit/wp-content/themes/xpress_default/blocks/recent_comments_block_theme.php

    r603 r648  
    11<?php 
    2 // Block Version: 1.1 
     2// Block Version: 1.2 
    33function recent_comments_block($options) 
    44{ 
     
    6464                                        $comment_link = get_permalink( $comment->comment_post_ID ) . '#comment-' . $comment->comment_ID; 
    6565                                } else { 
    66                                         $comment_link = get_comment_link($comment->comment_ID); 
     66                                        $comment_link = clean_url(get_comment_link($comment->comment_ID)); 
    6767                                } 
    6868                                $comment_title = $comment_excerpt; 
Note: See TracChangeset for help on using the changeset viewer.