Merge branch 'MDL-73976' of https://github.com/paulholden/moodle
This commit is contained in:
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user