From: nicolasconnault Date: Thu, 6 Aug 2009 08:38:30 +0000 (+0000) Subject: MDL-19799 Migrated calls to print_heading X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=193a7a85fecf0a2c02dea9bd360883136db5d471;p=moodle.git MDL-19799 Migrated calls to print_heading --- diff --git a/comment/index.php b/comment/index.php index ebbe3f35c9..2c70d75888 100644 --- a/comment/index.php +++ b/comment/index.php @@ -62,7 +62,7 @@ if ($action === 'delete') { admin_externalpage_setup('comments'); admin_externalpage_print_header(); -print_heading(get_string('comments')); +echo $OUTPUT->heading(get_string('comments')); if (!empty($err)) { print_error($err, 'error', $CFG->httpswwwroot.'/comment/'); }