function template_process_wysiwyg_dialog_page in Wysiwyg 7.2
Template process function for theme_wysiwyg_dialog_page().
See also
File
- ./
wysiwyg.dialog.inc, line 180 - Wysiwyg dialog page handling functions.
Code
function template_process_wysiwyg_dialog_page(&$variables) {
template_process_page($variables);
}