mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 00:16:46 +02:00
MDL-66994 core: Remove display contact form setting in site registration
Removing the display of the contact form causes deprecation of some language strings and unsets the site_contactable during the upgrade.
This commit is contained in:
parent
5aef789ac6
commit
1f1d1a3920
7 changed files with 20 additions and 17 deletions
|
@ -29,7 +29,7 @@
|
|||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$version = 2024062700.00; // YYYYMMDD = weekly release date of this DEV branch.
|
||||
$version = 2024062700.01; // YYYYMMDD = weekly release date of this DEV branch.
|
||||
// RR = release increments - 00 in DEV branches.
|
||||
// .XX = incremental changes.
|
||||
$release = '4.5dev (Build: 20240627)'; // Human-friendly version name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue