We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e74d3cf + c0725b9 commit 77bb46dCopy full SHA for 77bb46d
1 file changed
src/wp-admin/includes/post.php
@@ -2564,7 +2564,7 @@ function the_block_editor_meta_box_post_form_hidden_fields( $post ) {
2564
$classic_output = ob_get_clean();
2565
2566
$classic_elements = wp_html_split( $classic_output );
2567
- $hidden_inputs = '';
+
2568
foreach ( $classic_elements as $element ) {
2569
if ( ! str_starts_with( $element, '<input ' ) ) {
2570
continue;
0 commit comments