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:
Sara Arjona 2023-11-10 15:54:47 +01:00
parent 6792a40924
commit dd723bae71
No known key found for this signature in database
6 changed files with 15 additions and 4 deletions

View file

@ -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