mirror of
https://github.com/typecho/typecho.git
synced 2025-03-19 01:19:40 +01:00
fix whitespace
This commit is contained in:
parent
51c2864fa6
commit
da1989c6e0
@ -1507,7 +1507,7 @@ class Widget_Archive extends Widget_Abstract_Contents
|
||||
* @param string $default 如果没有下一篇,显示的默认文字
|
||||
* @return void
|
||||
*/
|
||||
public function theNext($word = NULL, $class = NULL,$default = NULL)
|
||||
public function theNext($word = NULL, $class = NULL, $default = NULL)
|
||||
{
|
||||
$content = $this->db->fetchRow($this->select()->where('table.contents.created > ? AND table.contents.created < ?',
|
||||
$this->created, $this->options->gmtTime)
|
||||
|
Loading…
x
Reference in New Issue
Block a user