Plugin UI 0.1

This commit is contained in:
Jokob-sk
2023-02-12 17:03:04 +11:00
parent 6179dabfa6
commit 97f7494c34
10 changed files with 314 additions and 136 deletions

View File

@@ -345,7 +345,7 @@ function getString ($codeName, $default) {
function encode_single_quotes ($val) {
$result = str_replace ('\'','_single_quote_',$val);
$result = str_replace ('\'','{s-quote}',$val);
return $result;
}