Skip to content
Snippets Groups Projects
Commit a6f0b922 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #855310 by aspilicious: fix newlines in file_mimetype().inc.

parent ef832ddf
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -13,6 +13,7 @@
*
* @return
* Array of mimetypes correlated to the extensions that relate to them.
*
* @see file_get_mimetype()
*/
function file_mimetype_mapping() {
......@@ -30,6 +31,7 @@ function file_mimetype_mapping() {
*
* @return
* Array of mimetypes correlated to the extensions that relate to them.
*
* @see file_get_mimetype()
*/
function file_default_mimetype_mapping() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment