Skip to content
This repository has been archived by the owner on Sep 2, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' of https://github.com/FlyingSky-CN/MDr
Browse files Browse the repository at this point in the history
  • Loading branch information
FlyingSky-CN committed Oct 25, 2019
2 parents 1d7c98a + 4259aa7 commit c400765
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit c400765

Please sign in to comment.