This commit is contained in:
Sara Arjona
2024-08-28 14:08:58 +02:00
3 changed files with 15 additions and 30 deletions
+8
View File
@@ -221,6 +221,14 @@ function print_arrow() {
\core\deprecation::emit_deprecation_if_present(__FUNCTION__);
}
/**
* @deprecated since Moodle 4.0
*/
#[\core\attribute\deprecated('category_action_bar tertiary navigation', since: '4.0', mdl: 'MDL-73462', final: true)]
function print_course_request_buttons() {
\core\deprecation::emit_deprecation_if_present(__FUNCTION__);
}
/**
* Execute cron tasks
*