Skip to content
Snippets Groups Projects
Commit 8157c286 authored by catch's avatar catch
Browse files

Issue #1285364 by Cliff: Follow-up to remove search-block-form template for...

Issue #1285364 by Cliff: Follow-up to remove search-block-form template for form rendering consistency.
parent 08b9bd41
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
...@@ -1010,7 +1010,6 @@ function search_form($form, &$form_state, $action = '', $keys = '', $module = NU ...@@ -1010,7 +1010,6 @@ function search_form($form, &$form_state, $action = '', $keys = '', $module = NU
* *
* @ingroup forms * @ingroup forms
* @see search_box_form_submit() * @see search_box_form_submit()
* @see search-block-form.tpl.php
*/ */
function search_box($form, &$form_state, $form_id) { function search_box($form, &$form_state, $form_id) {
$form[$form_id] = array( $form[$form_id] = array(
......
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