You are here

function i18n_panels_panels_pane_insert in Panels 7.3

Implements hook_panels_pane_insert().

Parameters

stdClass $pane: The pane to deal with.

File

i18n_panels/i18n_panels.module, line 89
Internationalization (i18n) submodule: Panels translation.

Code

function i18n_panels_panels_pane_insert($pane) {
  i18n_panels_panels_pane_update($pane);
}