comment_agent); ?>comment_agent); ?> 来自:
comment_ID;
$i_private = get_comment_meta($comment_ID, '_private', true);
diff --git a/inc/theme_plus.php b/inc/theme_plus.php
index e6a637e..d0c8c85 100644
--- a/inc/theme_plus.php
+++ b/inc/theme_plus.php
@@ -59,7 +59,7 @@ function get_random_bg_url(){
* 订制时间样式
* poi_time_since(strtotime($post->post_date_gmt));
* poi_time_since(strtotime($comment->comment_date_gmt), true );
- * 不可使用GMT!!
+ * 如果中途修改过Linux系统时间则继续使用GMT可能出现时差问题!!
* poi_time_since(strtotime($post->post_date));
* poi_time_since(strtotime($comment->comment_date), true );
*/
diff --git a/tpl/content-category.php b/tpl/content-category.php
index ce47af1..a0783cc 100644
--- a/tpl/content-category.php
+++ b/tpl/content-category.php
@@ -23,7 +23,7 @@
- post_date));//the_time('Y-m-d');?>
+ post_date_gmt));//the_time('Y-m-d');?>