Plugin Directory

Changeset 1720387


Ignore:
Timestamp:
08/28/2017 08:15:26 AM (9 years ago)
Author:
Qwerty_23
Message:

add txt mime type

File:
1 edited

Legend:

Unmodified
Added
Removed
  • rocket-media-library-mime-type/tags/2.0.0/features/core/mime-type.php

    r1720369 r1720387  
    113113                        "mime_type"     =>"application/postscript",
    114114                        "default_value" =>"",
    115                         "description"   =>"Adobe Illustrator 파일")
     115                        "description"   =>"Adobe Illustrator 파일"),
     116        "txt"   =>array("extension"     =>"txt",
     117                        "mime_type"     =>"text/plain",
     118                        "default_value" =>"",
     119                        "description"   =>"TXT 파일")
    116120        );
    117121
Note: See TracChangeset for help on using the changeset viewer.