mirror of
https://github.com/typecho/typecho.git
synced 2025-03-14 15:09:41 +01:00
update plupload
This commit is contained in:
parent
77df79871b
commit
97390a2af5
BIN
admin/js/Moxie.swf
Normal file → Executable file
BIN
admin/js/Moxie.swf
Normal file → Executable file
Binary file not shown.
4790
admin/js/moxie.js
Normal file → Executable file
4790
admin/js/moxie.js
Normal file → Executable file
File diff suppressed because it is too large
Load Diff
596
admin/js/plupload.js
Normal file → Executable file
596
admin/js/plupload.js
Normal file → Executable file
File diff suppressed because it is too large
Load Diff
@ -340,7 +340,7 @@ class Widget_Options extends Typecho_Widget
|
||||
array('gif,jpg,jpeg,png,tiff,bmp', 'mp3,wmv,wma,rmvb,rm,avi,flv',
|
||||
'txt,doc,docx,xls,xlsx,ppt,pptx,zip,rar,pdf'), $this->attachmentTypes);
|
||||
|
||||
$attachmentTypesResult = array_unique(array_map('trim', explode(',', $attachmentTypes)));
|
||||
$attachmentTypesResult = array_unique(array_map('trim', preg_split("/(,|\.)/", $attachmentTypes)));
|
||||
}
|
||||
|
||||
return $attachmentTypesResult;
|
||||
|
Loading…
x
Reference in New Issue
Block a user