Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
llemurya committed Nov 3, 2015
1 parent 9c1297b commit fd8c6f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions options/built-in-option-types.rst
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ Single file upload.
/**
* An array with allowed files extensions what will filter the media library and the upload files.
*/
'files_ext' => array( 'doc', 'pdf','zip' ),
'files_ext' => array( 'doc', 'pdf', 'zip' ),
/**
* An array with extra mime types that is not in the default array with mime types from the javascript Plupload library.
* The format is: array( '<mime-type>, <ext1> <ext2> <ext2>' ).
Expand Down Expand Up @@ -658,7 +658,7 @@ Upload multiple files.
/**
* An array with allowed files extensions what will filter the media library and the upload files.
*/
'files_ext' => array( 'doc', 'pdf','zip' ),
'files_ext' => array( 'doc', 'pdf', 'zip' ),
/**
* An array with extra mime types that is not in the default array with mime types from the javascript Plupload library.
* The format is: array( '<mime-type>, <ext1> <ext2> <ext2>' ).
Expand Down

0 comments on commit fd8c6f5

Please sign in to comment.