From ac0f8dacefdc851be2a50913ea1cbb6d271ec1af Mon Sep 17 00:00:00 2001
From: Skywt2003 文章归档
widget('Widget_Contents_Post_Recent', 'pageSize=10000')->to($archives);
diff --git a/footer.php b/footer.php
index f6ccebc..84be071 100644
--- a/footer.php
+++ b/footer.php
@@ -23,7 +23,7 @@
Sitemap |
Links
© options->title(); ?> ♥ to($stat); ?>publishedPostsNum() ?> Posts allOfCharacters();?> Words crafted
+© options->title(); ?> ♥ to($stat); ?>publishedPostsNum() ?> Posts Words crafted
diff --git a/functions.php b/functions.php index 87985cb..279c0be 100644 --- a/functions.php +++ b/functions.php @@ -52,7 +52,7 @@ function allOfCharacters() { $unit = 'K'; } - $out = sprintf('%.2lf %s',$chars, $unit); + $out = sprintf('%.2lf%s',$chars, $unit); echo $out; } \ No newline at end of file