From 4259aa7c7fb92a185e3ae72743d295ac71e528b2 Mon Sep 17 00:00:00 2001 From: paizi Date: Fri, 25 Oct 2019 22:16:36 +0800 Subject: [PATCH] Revert functions.php Signed-off-by: paizi --- functions.php | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 0fcda33..cb00200 100644 --- a/functions.php +++ b/functions.php @@ -356,7 +356,19 @@ classes: { _t('强迫症犯了') ); $form->addInput($mdrCornertool); - + + $RandomLinks = new Typecho_Widget_Helper_Form_Element_Radio( + 'RandomLinks', + array( + true => _t('开'), + false => _t('关') + ), + ture, + _t('友情链接随机排序'), + _t('开启后友情链接将按照随机顺序排列') + ); + $form->addInput($RandomLinks); + $mdrPray = new Typecho_Widget_Helper_Form_Element_Radio( 'mdrPray', array(