From 32e90ab7da776a8d6960fc1cf8dcec85cd51ddb9 Mon Sep 17 00:00:00 2001 From: Owen Date: Sat, 19 Mar 2022 16:33:38 +0100 Subject: [PATCH] Fix util class doesn't exist --- src/settings/fields/url.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/settings/fields/url.php b/src/settings/fields/url.php index 398d08b..403ac61 100644 --- a/src/settings/fields/url.php +++ b/src/settings/fields/url.php @@ -64,7 +64,7 @@ public function isValid( $value ) { sprintf( '%s %s', $this->get( 'label_for' ), - util::localize( 'Not a valid URL' ) ) ); + \owaWp\util::localize( 'Not a valid URL' ) ) ); } }