taxonomy create/edit redirect

This commit is contained in:
xiaomlove
2022-11-09 21:56:03 +08:00
parent b92b911b1e
commit 6479f0a799
17 changed files with 105 additions and 20 deletions
+4 -1
View File
@@ -39,7 +39,10 @@ $lang_getrss = array
'select_or' => "",
'select_exact' => "准确",
'text_mode' => "",
'text_keyword_note' => "只订阅标题中包含此关键字的项目"
'text_keyword_note' => "只订阅标题中包含此关键字的项目",
'row_sort' => '排序',
'sort_sticky' => '置顶优先(默认)',
'sort_newest' => '最新优先',
);
?>