From f307d375f1bae94a73a38cf1d8d92962ed87c72a Mon Sep 17 00:00:00 2001 From: Ryan Cramer Date: Fri, 29 May 2020 15:32:26 -0400 Subject: [PATCH] Bump version to 3.0.158 --- wire/core/ProcessWire.php | 2 +- wire/core/admin.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ); }