Ticket #42505: 42505-ms-functions.diff
| File 42505-ms-functions.diff, 874 bytes (added by , 8 years ago) |
|---|
-
src/wp-includes/ms-functions.php
1850 1850 } 1851 1851 1852 1852 /** 1853 * Check an array of MIME types against a whitelist.1853 * Checks an array of MIME types against a whitelist for the current network. 1854 1854 * 1855 * WordPress ships with a set of allowed upload filetypes, 1856 * which is defined in wp-includes/functions.php in 1857 * get_allowed_mime_types(). This function is used to filter 1858 * that list against the filetype whitelist provided by Multisite 1859 * Super Admins at wp-admin/network/settings.php. 1855 * Primarily used in conjunction with the {@see 'upload_mimes'} hook to ensure 1856 * upload mime types match up with the whitelist provided by Multisite Super Admins. 1860 1857 * 1861 1858 * @since MU (3.0.0) 1862 1859 *
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)