updated plugin Menu Icons version 0.13.17

This commit is contained in:
2025-04-29 21:19:59 +00:00
committed by Gitium
parent ebd40ef928
commit fd76ba0cbe
38 changed files with 1332 additions and 243 deletions

View File

@ -14,10 +14,7 @@ if (PHP_VERSION_ID < 50600) {
echo $err;
}
}
trigger_error(
$err,
E_USER_ERROR
);
throw new RuntimeException($err);
}
require_once __DIR__ . '/composer/autoload_real.php';