function panels_panel_context_edit_content_validate in Panels 7.3
Validate changes to the panel content form.
File
- plugins/
task_handlers/ panel_context.inc, line 737 - This is the task handler plugin to handle attaching a panel to any task that advertises itself as a 'context' type, which all of the basic page tasks provided by page_manager.module do by default.
Code
function panels_panel_context_edit_content_validate(&$form, &$form_state) {
panels_edit_display_form_validate($form, $form_state);
}