Commit 657f809
committed
Editor: Revert core/search block markup change.
The `src/wp-includes/blocks/*.php` render files are generated from the
Gutenberg build via tools/gutenberg/copy.js, so editing search.php
directly here is reverted by the build and fails the `git diff
--exit-code` CI check.
The `<search>` element change for the core/search block is handled in
the Gutenberg repository instead, and will flow into Core through the
next block package sync. This PR now covers only the Core-maintained
`get_search_form()` function and the bundled classic theme
`searchform.php` templates.1 parent a78874b commit 657f809
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
192 | | - | |
| 192 | + | |
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
| |||
0 commit comments