mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
MDL-28614 questions: remove another obsolete editing_head_contributions fn.
This commit is contained in:
parent
46e40567fa
commit
6fd1995d3b
@ -851,17 +851,6 @@ function question_hash($question) {
|
||||
}
|
||||
|
||||
/// FUNCTIONS THAT SIMPLY WRAP QUESTIONTYPE METHODS //////////////////////////////////
|
||||
/**
|
||||
* Get anything that needs to be included in the head of the question editing page
|
||||
* for a particular question type. This function is called by question/question.php.
|
||||
*
|
||||
* @param $question A question object. Only $question->qtype is used.
|
||||
* @return string Deprecated. Some HTML code that can go inside the head tag.
|
||||
*/
|
||||
function question_get_editing_head_contributions($question) {
|
||||
question_bank::get_qtype($question->qtype, false)->get_editing_head_contributions();
|
||||
}
|
||||
|
||||
/**
|
||||
* Saves question options
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user