Skip to content
Snippets Groups Projects
Commit 5ab5617c authored by catch's avatar catch
Browse files

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

parent 6e3fc945
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -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/%/%
*
......@@ -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
*
......@@ -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
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment