mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 19:06:41 +02:00
MDL-69773 block_section_links: Add an option to display section name
This commit is contained in:
parent
c8d33eb9ce
commit
53663f2ea1
8 changed files with 75 additions and 4 deletions
6
blocks/section_links/upgrade.txt
Normal file
6
blocks/section_links/upgrade.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
This file describes API changes in the section_links block code.
|
||||
|
||||
=== 3.11 ===
|
||||
|
||||
* New optional parameter $showsectionname has been added to render_section_links(). Setting this to true will display
|
||||
section name in addition to section number.
|
Loading…
Add table
Add a link
Reference in a new issue