Issue #1323720 by xenophyle: Clean up API docs for block module.

8.0.x
catch 2011-11-30 12:40:49 +09:00
parent 6e3fc945f9
commit 5ab5617cb3
1 changed files with 3 additions and 3 deletions

View File

@ -247,7 +247,7 @@ function _block_compare($a, $b) {
} }
/** /**
* Page callback: Form constructor for the block configuration form. * Form constructor for the block configuration form.
* *
* Path: admin/structure/block/manage/%/% * Path: admin/structure/block/manage/%/%
* *
@ -529,7 +529,7 @@ function block_admin_configure_submit($form, &$form_state) {
} }
/** /**
* Page callback: Form constructor for the add block form. * Form constructor for the add block form.
* *
* Path: admin/structure/block/add * Path: admin/structure/block/add
* *
@ -622,7 +622,7 @@ function block_add_block_form_submit($form, &$form_state) {
} }
/** /**
* Page callback: Form constructor for the custom block deletion form. * Form constructor for the custom block deletion form.
* *
* Path: admin/structure/block/manage/%/%/delete * Path: admin/structure/block/manage/%/%/delete
* *