Ticket #20990: 20990.patch
File 20990.patch, 515 bytes (added by , 13 years ago) |
---|
-
wp-includes/functions.php
1756 1756 * Retrieve list of allowed mime types and file extensions. 1757 1757 * 1758 1758 * @since 2.8.6 1759 * 1759 * @uses apply_filters() Calls 'upload_mimes' on returned array 1760 1760 * @return array Array of mime types keyed by the file extension regex corresponding to those types. 1761 1761 */ 1762 1762 function get_allowed_mime_types() {