MDL-81047 core: Rename standard_head_html_prepend hook

This commit updates the name of the standard_head_html_prepend hook to
meet coding style agreed in MDL-79077.
This commit is contained in:
Andrew Nicols
2024-03-08 23:56:39 +08:00
parent 38a3310c92
commit 0a30867cdf
6 changed files with 12 additions and 15 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
*/
defined('MOODLE_INTERNAL') || die();
$plugin->version = 2023100900; // The current plugin version (Date: YYYYMMDDXX).
$plugin->version = 2024022600; // The current plugin version (Date: YYYYMMDDXX).
$plugin->requires = 2023100400; // Requires this Moodle version.
$plugin->component = 'tool_mobile'; // Full name of the plugin (used for diagnostics).
$plugin->dependencies = [