MantisBT: master e49b021f

Author Committer Branch Timestamp Parent
dregad dregad master 2019-04-28 01:26 master 50e1fc7b
Changeset

Don't use void functions return value

print_plugin_priority_list() and check_checked() print their output and
do not return a value.

Refactoring code to move the function calls out of the echo statements
to avoid confusion and triggering code inspection warnings in PHPStorm.

mod - manage_plugin_page.php Diff File