MDL-70288 mod_lti: Remove unnecessary empty label string
commit14710e46527ebda979a18fad9214c013b7b43e1c
authorJun Pataleta <jun@moodle.com>
Thu, 10 Dec 2020 14:49:39 +0000 (10 22:49 +0800)
committerJun Pataleta <jun@moodle.com>
Tue, 2 Feb 2021 06:21:57 +0000 (2 14:21 +0800)
treed5efbec9959fe750cf3a425284874da087c59121
parent72c7ab1fcd54361ac959a572dab5f02cd3e664a1
MDL-70288 mod_lti: Remove unnecessary empty label string

* When a label is passed to an (advanced) checkbox and no text
  was provided, the label will be displayed on the right of the the
  checkbox element. So there's no point in passing an empty string for
  the label just to render the text to the right of the checkbox.
admin/tool/capability/classes/settings_form.php
mod/lti/edit_form.php
mod/lti/mod_form.php