* @deprecated since Moodle 2.0
*/
function update_categories_search_button($search,$page,$perpage) {
- throw new coding_exception('update_tag_button() has been completely deprecated.');
+ throw new coding_exception('update_categories_search_button() has been completely deprecated.');
}
/**
* @return string|void if $return is true, void otherwise
*/
public function close_window_button($text) {
+ if (empty($text)) {
+ $text = get_string('closewindow');
+ }
$closeform = new html_form();
$closeform->url = '#';
$closeform->button->text = $text;