MDL-69773 block_section_links: Add an option to display section name

This commit is contained in:
Mikhail Golenkov 2020-11-24 11:33:27 +11:00
parent c8d33eb9ce
commit 53663f2ea1
8 changed files with 75 additions and 4 deletions

View 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.