一次取10篇日志

This commit is contained in:
joyqi 2014-01-08 00:10:01 +08:00
parent 6a838279c6
commit ee42a9550d

View File

@ -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;
}
}