-
Sub-task
-
Resolution: Won't Fix
-
Minor
-
None
-
2.0
-
None
-
MOODLE_20_STABLE
$wikipage->print_header();
$wikipage->print_content();
$wikipage->print_footer();
is not the official way to render page output, instead the rendering should be implemented in mod/wiki/renderer.php, see examples in mod/workshop