Skip to content

Commit

Permalink
Merge pull request #5 from Nopraz/master
Browse files Browse the repository at this point in the history
Fix util class doesn't exist
  • Loading branch information
padams authored Sep 11, 2022
2 parents 10b1e5c + 32e90ab commit c581922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings/fields/url.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' ) ) );
}
}

Expand Down

0 comments on commit c581922

Please sign in to comment.