diff --git a/wire/core/ProcessWire.php b/wire/core/ProcessWire.php index 3c0e08b6..cf78c9ae 100644 --- a/wire/core/ProcessWire.php +++ b/wire/core/ProcessWire.php @@ -46,7 +46,7 @@ class ProcessWire extends Wire { * Reversion revision number * */ - const versionRevision = 157; + const versionRevision = 158; /** * Version suffix string (when applicable) diff --git a/wire/core/admin.php b/wire/core/admin.php index 41e928ad..de725e6f 100644 --- a/wire/core/admin.php +++ b/wire/core/admin.php @@ -61,7 +61,7 @@ function _checkForHttpHostError(Config $config) { __('Unrecognized HTTP host:') . "'" . htmlentities($_SERVER['HTTP_HOST'], ENT_QUOTES, 'UTF-8') . "' - " . __('Please update your $config->httpHosts setting in /site/config.php') . " - " . - "" . __('read more') . "", + "" . __('read more') . "", Notice::allowMarkup ); }