修改取附件的默认顺序,更符合通常需要

This commit is contained in:
祁宁
2014-04-09 11:53:37 +08:00
parent 82db829888
commit 542620a9af
3 changed files with 5 additions and 3 deletions
+2
View File
@@ -1510,6 +1510,7 @@ class Widget_Archive extends Widget_Abstract_Contents
* @access public
* @param string $format 格式
* @param string $default 如果没有下一篇,显示的默认文字
* @param array $custom 定制化样式
* @return void
*/
public function theNext($format = '%s', $default = NULL, $custom = array())
@@ -1547,6 +1548,7 @@ class Widget_Archive extends Widget_Abstract_Contents
* @access public
* @param string $format 格式
* @param string $default 如果没有上一篇,显示的默认文字
* @param array $custom 定制化样式
* @return void
*/
public function thePrev($format = '%s', $default = NULL, $custom = array())