mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-65050 core: delete orphaned files and functions
This commit is contained in:
parent
9c164d26fc
commit
d499cb3593
3 changed files with 4 additions and 131 deletions
|
@ -11,6 +11,10 @@ The exportprocess function of the qformat_default class doesn't output a blank l
|
|||
if the result of the writequestion function is null. This permit to qformat plugins
|
||||
to ignore some questions without the need to overwrite this function.
|
||||
|
||||
* The question_preview_cron() has been deleted. Please use \core\task\question_cron_task::execute().
|
||||
* The question_usage_statistics_cron() has been deleted. Please use \core\task\question_cron_task::execute().
|
||||
* The method question_bank::cron() has been deleted, please use question related scheduled tasks.
|
||||
|
||||
=== 3.5 ===
|
||||
|
||||
1) The question format exportprocess function now adds a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue