mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
MDL-79986 course: Remove $CFG->linkcoursesections setting
Currently, the $CFG->linkcoursesections setting was only used for the Classic theme, to let admins decide whether the section names in the Navigation block would be linked or not. Now that the course/section.php page has been created to display the content of any single section, and a link to this section page has been added from the main course page to help users to focus on the section content, it has been decided to remove the setting $CFG->linkcoursesections because it's not required anymore.
This commit is contained in:
parent
6792a40924
commit
dd723bae71
6 changed files with 15 additions and 4 deletions
|
@ -29,7 +29,7 @@
|
|||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$version = 2023120100.00; // YYYYMMDD = weekly release date of this DEV branch.
|
||||
$version = 2023120100.01; // YYYYMMDD = weekly release date of this DEV branch.
|
||||
// RR = release increments - 00 in DEV branches.
|
||||
// .XX = incremental changes.
|
||||
$release = '4.4dev (Build: 20231201)'; // Human-friendly version name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue