mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 14:03:52 +01:00
MDL-34650 typo correction
This commit is contained in:
parent
87c12fec13
commit
de7a570cd5
@ -715,7 +715,7 @@ class single_select implements renderable {
|
||||
var $label = '';
|
||||
|
||||
/**
|
||||
* @var array Button label's
|
||||
* @var array Button label's attributes
|
||||
*/
|
||||
var $labelattributes = array();
|
||||
|
||||
@ -2805,4 +2805,4 @@ class custom_menu extends custom_menu_item {
|
||||
}
|
||||
return ($itema > $itemb) ? +1 : -1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user