diff --git a/footer.php b/footer.php index 4331a27..560dd26 100644 --- a/footer.php +++ b/footer.php @@ -42,7 +42,7 @@ -
小工具
+
@@ -81,7 +81,7 @@
- +
@@ -89,7 +89,7 @@
-

+

diff --git a/functions.php b/functions.php index 9284a15..7f4978f 100644 --- a/functions.php +++ b/functions.php @@ -428,7 +428,7 @@ if(!function_exists('akina_comment_format')){ $author_count = count($wpdb->get_results( "SELECT comment_ID as author_count FROM $wpdb->comments WHERE comment_author_email = '$comment_author_email' ")); if($author_count>=1 && $author_count< 5 )//数字可自行修改,代表评论次数。 - echo ''; + echo ''; else if($author_count>=6 && $author_count< 10) echo ''; else if($author_count>=10 && $author_count< 20) @@ -436,7 +436,7 @@ if(!function_exists('akina_comment_format')){ else if($author_count>=20 && $author_count< 40) echo ''; else if($author_count>=40 && $author_count< 80) - echo ''; + echo ''; else if($author_count>=80 && $author_count< 160) echo ''; else if($author_count>=160) @@ -1268,7 +1268,7 @@ function memory_archives_list() { if ($year != $year_tmp && $year > 0) $output .= ''; if ($year != $year_tmp) { $year = $year_tmp; - $output .= '

'. $year . __("","sakura"). /*年*/'