%s 篇日志, 并有 %s 条关于你的评论在 %s 个分类中.', +
%s 篇日志, 并有 %s 条关于你的评论在 %s 个分类中.',
$stat->myPublishedPostsNum, $stat->myPublishedCommentsNum, $stat->categoriesNum); ?>
-
pass('contributor', true)): ?>
- - pass('editor', true) && 'on' == $request->get('__typecho_all_comments') && $stat->waitingCommentsNum > 0): ?> + pass('editor', true) && 'on' == $request->get('__typecho_all_comments') && $stat->waitingCommentsNum > 0): ?>
- waitingCommentsNum(); ?> @@ -26,7 +26,7 @@ $stat = Typecho_Widget::widget('Widget_Stat'); myWaitingCommentsNum(); ?> - pass('editor', true) && 'on' == $request->get('__typecho_all_comments') && $stat->spamCommentsNum > 0): ?> + pass('editor', true) && 'on' == $request->get('__typecho_all_comments') && $stat->spamCommentsNum > 0): ?>
- spamCommentsNum(); ?> @@ -37,6 +37,7 @@ $stat = Typecho_Widget::widget('Widget_Stat'); pass('administrator', true)): ?>
- +
- @@ -124,7 +125,7 @@ $(document).ready(function () { $.get('index('/action/ajax?do=feed'); ?>', function (o) { for (var i = 0; i < o.length; i ++) { var item = o[i]; - html += '
- ' + item.date + ' ' + item.title
+ html += '
- ' + item.date + ' ' + item.title + '
'; } @@ -135,9 +136,9 @@ $(document).ready(function () { function applyUpdate(update) { if (update.available) { - $('' + $('
') .appendTo('.welcome-board').effect('highlight'); }