Index: linodef_buttonsapi.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/linodef/modules/linodef_buttonsapi/Attic/linodef_buttonsapi.module,v retrieving revision 1.1.2.3 diff -u -r1.1.2.3 linodef_buttonsapi.module --- linodef_buttonsapi.module 2 Jul 2009 17:59:53 -0000 1.1.2.3 +++ linodef_buttonsapi.module 5 Jul 2009 21:41:02 -0000 @@ -236,14 +236,16 @@ /** * Implementation of hook_theme(). + * + * For the arguments refer to the theme() function call in _linodef_buttonsapi_popup(). */ function linodef_buttonsapi_theme() { // Popup window for editorbuttons-api. $hooks['linodef_buttonsapi_popup'] = array( - 'arguments' => array('type' => NULL, + 'arguments' => array('content' => NULL, + 'explanation' => NULL, 'calling_module' => NULL, - 'drupal_element' => NULL, - 'option_string_path' => NULL, + 'element_name' => NULL, 'title' => 'Linodef popup', ), 'file' => 'linodef_buttonsapi.pages.inc',