質問編集履歴

1

追記

2015/08/08 14:44

投稿

sorat
sorat

スコア18

test CHANGED
File without changes
test CHANGED
@@ -52,11 +52,25 @@
52
52
 
53
53
 
54
54
 
55
+ /* translators: 1: date, 2: time */
56
+
57
+ printf( __('%1$s at %2$s'), get_comment_date(), get_comment_time() ); ?></a><?php edit_comment_link( __( '(Edit)' ), ' ', '' );
58
+
59
+ ?>
60
+
61
+ </div>
62
+
55
63
  <?php $point=get_comment_meta(get_comment_id(),'point');
56
64
 
57
65
  echo $point;?>
58
66
 
67
+ <?php comment_text(); ?>
68
+
69
+ <?php if ( 'div' != $args['style'] ) : ?>
70
+
59
-
71
+ </div>
72
+
73
+ <?php endif; ?>
60
74
 
61
75
  <?php
62
76