mirror of
https://github.com/typecho/typecho.git
synced 2025-03-18 17:09:41 +01:00
一次取10篇日志
This commit is contained in:
parent
6a838279c6
commit
ee42a9550d
@ -106,7 +106,7 @@ class Widget_Ajax extends Widget_Abstract_Options implements Widget_Interface_Do
|
||||
'date' => date('n.j', strtotime($matches[3][$key]))
|
||||
);
|
||||
|
||||
if ($key > 3) {
|
||||
if ($key > 8) {
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user