mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-50049 deprecation: Extra minor fixes.
- complete and cleanup upgrade.txt - replace remaining uses in comments. - fix some incorrect bulk-replacement in previous commit.
This commit is contained in:
parent
b164e2ec30
commit
188458a604
9 changed files with 14 additions and 12 deletions
|
@ -1299,7 +1299,7 @@ function get_print_section_cm_text(cm_info $cm, $course) {
|
|||
* $courserenderer = $PAGE->get_renderer('core', 'course');
|
||||
* $output = $courserenderer->course_section_add_cm_control($course, $section, $sectionreturn,
|
||||
* array('inblock' => $vertical));
|
||||
* echo $output; // if $return argument in print_section_add_menus() set to false
|
||||
* echo $output;
|
||||
*
|
||||
* @deprecated since 2.5
|
||||
* @see core_course_renderer::course_section_add_cm_control()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue