mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
Merge branch 'wip-MDL-30921-m24' of git://github.com/samhemelryk/moodle
This commit is contained in:
commit
e830d6f98e
11 changed files with 119 additions and 6 deletions
|
@ -112,4 +112,13 @@ class block_blog_menu extends block_base {
|
|||
// Return the content object
|
||||
return $this->content;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the role that best describes the blog menu block.
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function get_aria_role() {
|
||||
return 'navigation';
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue