~canonical-sysadmins/wordpress/4.9.2

« back to all changes in this revision

Viewing changes to wp-includes/functions.php

  • Committer: axino
  • Date: 2018-01-25 07:47:10 UTC
  • Revision ID: axino@canonical.com-20180125074710-0m0j5dc8ldu3ou9t
update to wordpress 4.9.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
2449
2449
        'ra|ram' => 'audio/x-realaudio',
2450
2450
        'wav' => 'audio/wav',
2451
2451
        'ogg|oga' => 'audio/ogg',
 
2452
        'flac' => 'audio/flac',
2452
2453
        'mid|midi' => 'audio/midi',
2453
2454
        'wma' => 'audio/x-ms-wma',
2454
2455
        'wax' => 'audio/x-ms-wax',
2534
2535
         */
2535
2536
        return apply_filters( 'ext2type', array(
2536
2537
                'image'       => array( 'jpg', 'jpeg', 'jpe',  'gif',  'png',  'bmp',   'tif',  'tiff', 'ico' ),
2537
 
                'audio'       => array( 'aac', 'ac3',  'aif',  'aiff', 'm3a',  'm4a',   'm4b',  'mka',  'mp1',  'mp2',  'mp3', 'ogg', 'oga', 'ram', 'wav', 'wma' ),
 
2538
                'audio'       => array( 'aac', 'ac3',  'aif',  'aiff', 'flac', 'm3a',  'm4a',   'm4b',  'mka',  'mp1',  'mp2',  'mp3', 'ogg', 'oga', 'ram', 'wav', 'wma' ),
2538
2539
                'video'       => array( '3g2',  '3gp', '3gpp', 'asf', 'avi',  'divx', 'dv',   'flv',  'm4v',   'mkv',  'mov',  'mp4',  'mpeg', 'mpg', 'mpv', 'ogm', 'ogv', 'qt',  'rm', 'vob', 'wmv' ),
2539
2540
                'document'    => array( 'doc', 'docx', 'docm', 'dotm', 'odt',  'pages', 'pdf',  'xps',  'oxps', 'rtf',  'wp', 'wpd', 'psd', 'xcf' ),
2540
2541
                'spreadsheet' => array( 'numbers',     'ods',  'xls',  'xlsx', 'xlsm',  'xlsb' ),