diff --git a/functions.php b/functions.php index 919471b..ee7a0f5 100644 --- a/functions.php +++ b/functions.php @@ -37,6 +37,12 @@ function add_custom_scripts() { } add_action('template_redirect', 'add_custom_scripts'); +function add_mime_types($mime_types) { + $mime_types['txt'] = 'text/plain'; + return $mime_types; +} +add_filter('upload_mimes', 'add_mime_types', 1, 1); + function add_search_box($items, $args) { if($args->theme_location == 'header-menu') { ob_start(); diff --git a/style.css b/style.css index b9be397..91488f1 100644 --- a/style.css +++ b/style.css @@ -3,7 +3,7 @@ Theme URI: http://openmamba.org/ Description: openmamba theme for wordpress Author: Cristina Iurissevich, Silvan Calarco - Author URI: http://www.openmamba.org + Author URI: http://openmamba.org Template: responsive Version: 1.0.0 */