WordPress.org

Make WordPress Core

Ticket #23380: functions.php.patch

File functions.php.patch, 377 bytes (added by m_uysl, 5 months ago)
  • functions.php

     
    19221922        'ogv' => 'video/ogg', 
    19231923        'webm' => 'video/webm', 
    19241924        'mkv' => 'video/x-matroska', 
     1925        '3gp|3gpp2|3g2' => 'video/3gpp', 
    19251926        // Text formats 
    19261927        'txt|asc|c|cc|h' => 'text/plain', 
    19271928        'csv' => 'text/csv',