XPressME Integration Kit

Trac


Ignore:
Timestamp:
Mar 17, 2009, 6:45:27 PM (15 years ago)
Author:
toemon
Message:

アーカイブブロック、投稿者ブロックの実装。
テンプレートのusage修正

File:
1 edited

Legend:

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

    r109 r110  
    7777                                        'comment_date_time' => date(get_settings('date_format') . ' ' . get_settings('time_format'),$comment->comment_unix_time) , 
    7878                                        'comment_content'       => $comment_content , 
    79                                         'comment_excerpt'       => $comment_excerpt ,    
     79                                        'comment_excerpt'       => $comment_excerpt , 
    8080                                        'comment_link'          => $comment_link, 
    8181                                        'comment_title'         => $comment_title , 
     
    8686                                        'author_link'           => $author_link, 
    8787                                        'author_name'           => $author_name, 
    88                                         'author_name_link'      => $author_name_link,            
    89                                         'comment_type'          => $comment_type,                                                                                                                                                                                                                                                                                
     88                                        'author_name_link'      => $author_name_link, 
     89                                        'comment_type'          => $comment_type, 
    9090                                        'from_auther_to_post' => $from_auther_to_post 
    9191                                ); 
Note: See TracChangeset for help on using the changeset viewer.