From 136bc95a7b0baaad1c5685f5286d46a5f271c5d3 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 16 Feb 2021 14:31:08 +0300 Subject: move to new-style controls --- init.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/init.php b/init.php index d944fa7..20edcdf 100644 --- a/init.php +++ b/init.php @@ -392,9 +392,9 @@ class Api_Resize_Media extends Plugin { } "; - print_hidden("op", "pluginhandler"); - print_hidden("method", "save"); - print_hidden("plugin", "api_resize_media"); + print \Controls\hidden_tag("op", "pluginhandler"); + print \Controls\hidden_tag("method", "save"); + print \Controls\hidden_tag("plugin", "api_resize_media"); print "

" . $this->__( "Global settings") . "

"; -- cgit v1.2.3