- Timestamp:
- Mar 17, 2009, 6:45:27 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/xpress_default/blocks/recent_comments_block_theme.php
r109 r110 77 77 'comment_date_time' => date(get_settings('date_format') . ' ' . get_settings('time_format'),$comment->comment_unix_time) , 78 78 'comment_content' => $comment_content , 79 'comment_excerpt' => $comment_excerpt , 79 'comment_excerpt' => $comment_excerpt , 80 80 'comment_link' => $comment_link, 81 81 'comment_title' => $comment_title , … … 86 86 'author_link' => $author_link, 87 87 '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, 90 90 'from_auther_to_post' => $from_auther_to_post 91 91 );
Note: See TracChangeset
for help on using the changeset viewer.