mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
MDL-46346 blog: coding style fixes
This commit is contained in:
parent
e9fb99b15c
commit
2b6e53e8e2
13 changed files with 340 additions and 276 deletions
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
|
||||
// This file is part of Moodle - http://moodle.org/
|
||||
//
|
||||
// Moodle is free software: you can redistribute it and/or modify
|
||||
|
@ -26,7 +25,7 @@
|
|||
*/
|
||||
|
||||
if (!defined('MOODLE_INTERNAL')) {
|
||||
die('Direct access to this script is forbidden.'); /// It must be included from a Moodle page
|
||||
die('Direct access to this script is forbidden.'); // It must be included from a Moodle page.
|
||||
}
|
||||
|
||||
require_once($CFG->libdir.'/formslib.php');
|
||||
|
@ -120,7 +119,7 @@ class blog_edit_external_form extends moodleform {
|
|||
$mform->freeze('url');
|
||||
$mform->freeze('filtertags');
|
||||
// TODO change the filtertags element to a multiple select, using the tags of the external blog
|
||||
// Use $rss->get_channel_tags()
|
||||
// Use $rss->get_channel_tags().
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue