replace print_hidden with hidden_tag

This commit is contained in:
Andrew Dolgov
2021-02-16 14:32:06 +03:00
parent 26d6b84a57
commit 1f43d7916c
9 changed files with 38 additions and 38 deletions
+3 -3
View File
@@ -157,9 +157,9 @@ class Af_Psql_Trgm extends Plugin {
}
</script>";
print_hidden("op", "pluginhandler");
print_hidden("method", "save");
print_hidden("plugin", "af_psql_trgm");
print \Controls\hidden_tag("op", "pluginhandler");
print \Controls\hidden_tag("method", "save");
print \Controls\hidden_tag("plugin", "af_psql_trgm");
print "<h2>" . __("Global settings") . "</h2>";