mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
16 lines
705 B
YAML
16 lines
705 B
YAML
issueNumber: MDL-75075
|
|
notes:
|
|
core:
|
|
- message: >-
|
|
The `core_renderer::tag_list` function now has a new parameter named `displaylink`.
|
|
When `displaylink` is set to `true`, the tag name will be displayed as a clickable hyperlink.
|
|
Otherwise, it will be rendered as plain text.
|
|
type: changed
|
|
core_tag:
|
|
- message: >-
|
|
The `core_tag\taglist` class now includes a new property called `displaylink`,
|
|
which has a default value of `true`. When `displaylink` is set to `true`,
|
|
the tag name will be displayed as a clickable hyperlink. If `displaylink` is set to `false`,
|
|
the tag name will be rendered as plain text instead.
|
|
type: changed
|