Typo in WP Increase Upload Filesize plugin

Apparently, there’s a typo in the WP Increase Upload Filesize | Increase Maximum Execution Time plugin (not really necessary, but convenient) which prevents its settings page from working:

In wp-maximum-upload-file-size/includes/class-wmufs-helper.php, line 32, update

function convertToBytes( string $from ): ?int {

to

function convertToBytes( string $from ): int {

Leave a Reply

Your email address will not be published. Required fields are marked *

22 − = 21

This site uses Akismet to reduce spam. Learn how your comment data is processed.