MDL-43936 questions: document renderer API change.

This commit is contained in:
Tim Hunt
2014-01-31 14:12:19 +00:00
parent 183515da23
commit 70f22d60fb
+4
View File
@@ -48,3 +48,7 @@ To add filters, local plugins can now implement the function local_[pluginname]_
To ensure you are no longer using or defining any deprecated functions,
search for the regular expression:
question_rewrite_questiontext_preview_urls|_questiontext_preview_pluginfile|question_send_questiontext_file
3) The arugment list for core_question_renderer::mark_summary has changed.
Please update your calls. (The most likely secnario for this is if you have
overridden core_question_renderer::info in your own renderer.)