Skip to content

Commit c1bdb3b

Browse files
committed
cs fix
1 parent 16fe854 commit c1bdb3b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/Hooks/ThemeHooks.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ private function addSvgSupport(): void
205205
{
206206
add_filter('upload_mimes', function ($mimes) {
207207
$mimes['svg'] = 'image/svg+xml';
208+
208209
return $mimes;
209210
});
210211
}

0 commit comments

Comments
 (0)