projects
/
project/panels.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
e2eedde
)
More documentation updates; added function to the MainAPI as we'd really like client...
author
Sam Boyer
Tue, 29 Jul 2008 07:39:26 +0000 (07:39 +0000)
committer
Sam Boyer
Tue, 29 Jul 2008 07:39:26 +0000 (07:39 +0000)
panels_export/panels_export.module
patch
|
blob
|
blame
|
history
diff --git
a/panels_export/panels_export.module
b/panels_export/panels_export.module
index
0aadf53
..
9f36671
100644
(file)
--- a/
panels_export/panels_export.module
+++ b/
panels_export/panels_export.module
@@
-43,6
+43,7
@@
function panels_export_perm() {
* Page callback to export panels in bulk.
*
* @ingroup HookInvokers
+ * @ingroup MainAPI
*/
function panels_export_export() {
$exportables = array();
@@
-117,7
+118,10
@@
function theme_panels_export_export_form($form) {
}
/**
+ * Handle submission of the panels batch exporting form.
+ *
* @ingroup HookInvokers
+ * @ingroup MainAPI
*/
function panels_export_export_form_submit($form_id, $form_values) {
$code = '';