改进附件编辑
This commit is contained in:
@@ -117,7 +117,7 @@ class Widget_Contents_Attachment_Edit extends Widget_Contents_Post_Edit implemen
|
||||
Typecho_Widget_Helper_Form::POST_METHOD);
|
||||
|
||||
/** 附件名称 */
|
||||
$name = new Typecho_Widget_Helper_Form_Element_Text('name', NULL, $this->title, _t('标题*'));
|
||||
$name = new Typecho_Widget_Helper_Form_Element_Text('name', NULL, $this->title, _t('标题 *'));
|
||||
$form->addInput($name);
|
||||
|
||||
/** 附件缩略名 */
|
||||
|
||||
Reference in New Issue
Block a user